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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ??ャ⊂e^ | 0011111100111111100000111000001110000001101111000110010101011110 | 3f3f838381bc655e |
EUC-JP | ??ャ⊂e^ | 0011111100111111101001011110001110100010101111100110010101011110 | 3f3fa5e3a2be655e |
UTF-8 | 룴햶ャ⊂e^ | 1110101110100011101101001110110110010110101101101110001110000011101000111110001010001010100000100110010101011110 | eba3b4ed96b6e383a3e28a82655e |
UHC | 룴햶ャ⊂e^ | 10001111101010011100000110001111101010111110001110100001111110000110010101011110 | 8fa9c18fabe3a1f8655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)