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 | 1000100111101100001111110011111101000010 | 89ec3f3f42 |
EUC-JP | 餓??B | 1011001011101110001111110011111101000010 | b2ee3f3f42 |
UTF-8 | 餓뽪릍B | 11101001101001001001001111101011101111011010101011101011101001101000110101000010 | e9a493ebbdaaeba68d42 |
UHC | 餓뽪릍B | 11100100101110111001011011100110101110001010110001000010 | e4bb96e6b8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)