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 | 辟ー竊川菅 | 111001111000010010110000111000101000011010010000111011001001000010011011 | e784b0e28690ec909b |
EUC-JP | 辟ー竊川菅 | 11101101111001001000111010110000111000111110011011000000111011101011111111111011 | ede48eb0e3e6c0eebffb |
UTF-8 | 辟ー竊川菅 | 111010001011111010011111111011111011110110110000111001111010101110001010111001011011011110011101111010001000111110000101 | e8be9fefbdb0e7ab8ae5b79de88f85 |
UHC | ??竊川菅 | 0011111100111111111011111011110011110100101110011100111010111001 | 3f3fefbcf4b9ceb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)