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 | ?C???X | 001111110100001100111111001111110011111101011000 | 3f433f3f3f58 |
SJIS-WIN | ?C???X | 001111110100001100111111001111110011111101011000 | 3f433f3f3f58 |
EUC-JP | ?C???X | 001111110100001100111111001111110011111101011000 | 3f433f3f3f58 |
UTF-8 | 챈C혣챈혟X | 1110110010110001100010000100001111101101100110001010001111101100101100011000100011101101100110001001111101011000 | ecb18843ed98a3ecb188ed989f58 |
UHC | 챈C혣챈혟X | 11000011101001100100001111000010100011001100001110100110110000101000100101011000 | c3a643c28cc3a6c28958 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)