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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??憶?弔? | 0011111100111111100010011010111100111111100100101010001000111111 | 3f3f89af3f92a23f |
EUC-JP | ??憶?弔? | 0011111100111111101100101011000100111111110001001010010000111111 | 3f3fb2b13fc4a43f |
UTF-8 | 諪렚憶렕弔렠 | 111010001010101110101010111010111010000010011010111001101000011010110110111010111010000010010101111001011011110010010100111010111010000010100000 | e8abaaeba09ae686b6eba095e5bc94eba0a0 |
UHC | 諪렚憶렕弔렠 | 111011111111010110001110101011011110010111100011100011101010101011110000110000001000111010110001 | eff58eade5e38eaaf0c08eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)