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혢혧혘짝 | 11101100101100011000100001000011111011011001100010100010111011011001100010100111111011011001100010011000111011001010011110011101 | ecb18843ed98a2ed98a7ed9898eca79d |
UHC | 챈C혢혧혘짝 | 1100001110100110010000111100001010001011110000101000111111000010100000111100001010100110 | c3a643c28bc28fc283c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)