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 | 逋碁ョョ萓。 | 11100111100110011000110011101001101011101010111011100100101111101000000101000010 | e7998ce9aeaee4be8142 |
EUC-JP | 逋碁ョョ萓。 | 111011011111100110111000111010111000111010101110100011101010111011101000110000001010000110100011 | edf9b8eb8eae8eaee8c0a1a3 |
UTF-8 | 逋碁ョョ萓。 | 111010011000000010001011111001111010001010000001111011111011110110101110111011111011110110101110111010001001000010010011111000111000000010000010 | e9808be7a281efbdaeefbdaee89093e38082 |
UHC | 逋碁???。 | 111110001110011111010001101100110011111100111111001111111010000110100011 | f8e7d1b33f3f3fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)