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 | »óì®D | 100011111011101111110011111011001010111001000100 | 8fbbf3ecae44 |
SJIS-WIN | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
EUC-JP | ??óì®D | 001111110011111110001111101010111101000110001111101010111100000010001111101000101110111001000100 | 3f3f8fabd18fabc08fa2ee44 |
UTF-8 | »óì®D | 1100001010001111110000101011101111000011101100111100001110101100110000101010111001000100 | c28fc2bbc3b3c3acc2ae44 |
UHC | ????®D | 00111111001111110011111100111111101000101110011101000100 | 3f3f3f3fa2e744 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)