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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 硝羮カB | 100011111100100111100011101111001011011001000010 | 8fc9e3bcb642 |
EUC-JP | 硝羮カB | 10111110110010111110011010111110100011101011011001000010 | becbe6be8eb642 |
UTF-8 | 硝羮カB | 11100111101000011001110111100111101111101010111011101111101111011011011001000010 | e7a19de7beaeefbdb642 |
UHC | 硝??B | 1111010110100110001111110011111101000010 | f5a63f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)