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 | 1110000011001000001111110011111101000010 | e0c83f3f42 |
EUC-JP | 猜??B | 1110000011001010001111110011111101000010 | e0ca3f3f42 |
UTF-8 | 猜뺲됀B | 11100111100011001001110011101011101110101011001011101011100100001000000001000010 | e78c9cebbab2eb908042 |
UHC | 猜뺲됀B | 11100011110001001001010111111001100010011100001001000010 | e3c495f989c242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)