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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瑚肯?臼 | 10001100111010001000110101101101001111111000100101010000 | 8ce88d6d3f8950 |
EUC-JP | 瑚肯?臼 | 10111000111010101011100111001110001111111011000110110001 | b8eab9ce3fb1b1 |
UTF-8 | 瑚肯렢臼 | 111001111001000110011010111010001000001010101111111010111010000010100010111010001000011110111100 | e7919ae882afeba0a2e887bc |
UHC | 瑚肯렢臼 | 1111101111010001110100001110100110001110101100111100111110111111 | fbd1d0e98eb3cfbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)