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 | 1000111001110011001111110011111101000010 | 8e733f3f42 |
EUC-JP | 市??B | 1011101111010100001111110011111101000010 | bbd43f3f42 |
UTF-8 | 市뜂뤇B | 11100101101110001000001011101011100111001000001011101011101001001000011101000010 | e5b882eb9c82eba48742 |
UHC | 市뜂뤇B | 11100011101111001000110110000110100011111011011101000010 | e3bc8d868fb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)