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? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
EUC-JP | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
UTF-8 | 롎렩撚B롋 | 11101011101000011000111011101011101000001010100111101111101001101001000101000010111010111010000110001011 | eba18eeba0a9efa69142eba18b |
UHC | 롎렩撚B롋 | 100011101101010010001110101101111110011011001010010000101000111011010001 | 8ed48eb7e6ca428ed1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)