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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 韆皮名e^ | 1110100011100110100101001110011110010110101111000110010101011110 | e8e694e796bc655e |
EUC-JP | 韆皮名e^ | 1111000011101000110010001110100111001100101111100110010101011110 | f0e8c8e9ccbe655e |
UTF-8 | 韆皮名e^ | 1110100110011111100001101110011110011010101011101110010110010000100011010110010101011110 | e99f86e79aaee5908d655e |
UHC | 韆皮名e^ | 1111010011000111111110011010101111011001101000110110010101011110 | f4c7f9abd9a3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)