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 | 척횂징챨횚횧 | 111011001011001010011001111011011001101010000010111011001010011110010101111011001011000110101000111011011001101010011010111011011001101010100111 | ecb299ed9a82eca795ecb1a8ed9a9aed9aa7 |
UHC | 척횂징챨횚횧 | 110000111011010011000011100000101100001010100001110000111011000011000011100101001100001110011110 | c3b4c382c2a1c3b0c394c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)