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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隶瑚ス渮B | 11101000101011101000110011101000101111011001111111001111111110000101010001000010 | e8ae8ce8bd9fcff85442 |
EUC-JP | 隶瑚ス渮?B | 11110000101100001011100011101010100011101011110111011110110100010011111101000010 | f0b0b8ea8ebdded13f42 |
UTF-8 | 隶瑚ス渮B | 11101001100110101011011011100111100100011001101011101111101111011011110111100110101110001010111011101110100101111011010001000010 | e99ab6e7919aefbdbde6b8aeee97b442 |
UHC | ?瑚???B | 00111111111110111101000100111111001111110011111101000010 | 3ffbd13f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)