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???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
SJIS-WIN | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
EUC-JP | ?C???? | 001111110100001100111111001111110011111100111111 | 3f433f3f3f3f |
UTF-8 | 챈C혢혚혗짬 | 11101100101100011000100001000011111011011001100010100010111011011001100010011010111011011001100010010111111011001010011110101100 | ecb18843ed98a2ed989aed9897eca7ac |
UHC | 챈C혢혚혗짬 | 1100001110100110010000111100001010001011110000101000010111000010100000101100001010101011 | c3a643c28bc285c282c2ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)