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 | CJ^ | 1001001001000011100100100100101001011110 | 9243924a5e |
SJIS-WIN | ?C?J^ | 0011111101000011001111110100101001011110 | 3f433f4a5e |
EUC-JP | ?C?J^ | 0011111101000011001111110100101001011110 | 3f433f4a5e |
UTF-8 | CJ^ | 11000010100100100100001111000010100100100100101001011110 | c29243c2924a5e |
UHC | ?C?J^ | 0011111101000011001111110100101001011110 | 3f433f4a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)