To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ワ鍰尞コ | 1111000010101100110111001111101111011111111110101010101110111010 | f0acdcfbdffaabba |
EUC-JP | ?ワ鍰尞コ | 0011111110001110110111001000111111100100111110101000111110111010111010111000111010111010 | 3f8edc8fe4fa8fbaeb8eba |
UTF-8 | ワ鍰尞コ | 111011101000000110101011111011111011111010011100111010011000110110110000111001011011000010011110111011111011110110111010 | ee81abefbe9ce98db0e5b09eefbdba |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)