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혖혢혡짱 | 11101100101100011000100001000011111011011001100010010110111011011001100010100010111011011001100010100001111011001010011110110001 | ecb18843ed9896ed98a2ed98a1eca7b1 |
UHC | 챈C혖혢혡짱 | 1100001110100110010000111100001010000001110000101000101111000010100010101100001010101111 | c3a643c281c28bc28ac2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)