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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 赤?h赤 | 100100001101010000111111011010001001000011010100 | 90d43f6890d4 |
EUC-JP | 赤?h赤 | 110000001101011000111111011010001100000011010110 | c0d63f68c0d6 |
UTF-8 | 赤렏h赤 | 11101000101101011010010011101011101000001000111101101000111010001011010110100100 | e8b5a4eba08f68e8b5a4 |
UHC | 赤렏h赤 | 11101110111001011000111010100101011010001110111011100101 | eee58ea568eee5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)