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 | _çj^ | 100011110101111111100111011010101001111001011110 | 8f5fe76a9e5e |
SJIS-WIN | ?_?j?^ | 001111110101111100111111011010100011111101011110 | 3f5f3f6a3f5e |
EUC-JP | ?_çj?^ | 0011111101011111100011111010101110101110011010100011111101011110 | 3f5f8fabae6a3f5e |
UTF-8 | _çj^ | 110000101000111101011111110000111010011101101010110000101001111001011110 | c28f5fc3a76ac29e5e |
UHC | ?_?j?^ | 001111110101111100111111011010100011111101011110 | 3f5f3f6a3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)