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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 청횒챈횈챔챘 | 111011001011001010101101111011011001101010010010111011001011000110001000111011011001101010001000111011001011000110010100111011001011000110011000 | ecb2aded9a92ecb188ed9a88ecb194ecb198 |
UHC | 청횒챈횈챔챘 | 110000111011101111000011100011011100001110100110110000111000011011000011101010001100001110101011 | c3bbc38dc3a6c386c3a8c3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)