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 | 顫雫襃ニ諶 | 111010001111101010001110101101001110010111101111110001101111101110101010 | e8fa8eb4e5efc6fbaa |
EUC-JP | 顫雫襃ニ諶 | 1111000011111100101111001011011011101010111100011000111011000110100011111101111010110101 | f0fcbcb6eaf18ec68fdeb5 |
UTF-8 | 顫雫襃ニ諶 | 111010011010000110101011111010011001101110101011111010001010010110000011111011111011111010000110111010001010101110110110 | e9a1abe99babe8a583efbe86e8abb6 |
UHC | 顫???諶 | 11101111101101010011111100111111001111111110010010100110 | efb53f3f3fe4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)