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 | COZ | 1001001001000011100100100100111101011010 | 9243924f5a |
SJIS-WIN | ?C?OZ | 0011111101000011001111110100111101011010 | 3f433f4f5a |
EUC-JP | ?C?OZ | 0011111101000011001111110100111101011010 | 3f433f4f5a |
UTF-8 | COZ | 11000010100100100100001111000010100100100100111101011010 | c29243c2924f5a |
UHC | ?C?OZ | 0011111101000011001111110100111101011010 | 3f433f4f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)