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 | 0011111100111111100010101110011101000010 | 3f3f8ae742 |
EUC-JP | ??顔B | 0011111100111111101101001110100101000010 | 3f3fb4e942 |
UTF-8 | 롍렔顔B | 11101011101000011000110111101011101000001001010011101001101000011001010001000010 | eba18deba094e9a19442 |
UHC | 롍렔顔B | 10001110110100111000111010101001111001001101010001000010 | 8ed38ea9e4d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)