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 | 鸚??游? | 11101010010111110011111100111111100111111110000000111111 | ea5f3f3f9fe03f |
EUC-JP | 鸚??游? | 11110011110000000011111100111111110111101110001000111111 | f3c03f3fdee23f |
UTF-8 | 鸚뽮퇌游퉔 | 111010011011100010011010111010111011110110101110111011011000011110001100111001101011100010111000111011011000100110010100 | e9b89aebbdaeed878ce6b8b8ed8994 |
UHC | 鸚뽮퇌游퉔 | 11100101101001001001011011101010101101111001110111101010111111011011100101101000 | e5a496eab79deafdb968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)