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 | ??????a? | 0011111100111111001111110011111100111111001111110110000100111111 | 3f3f3f3f3f3f613f |
SJIS-WIN | ??????a? | 0011111100111111001111110011111100111111001111110110000100111111 | 3f3f3f3f3f3f613f |
EUC-JP | ??????a? | 0011111100111111001111110011111100111111001111110110000100111111 | 3f3f3f3f3f3f613f |
UTF-8 | 첬횞횧챈횤챌a혥 | 11101100101100101010110011101101100110101001111011101101100110101010011111101100101100011000100011101101100110101010010011101100101100011000110001100001111011011001100010100101 | ecb2aced9a9eed9aa7ecb188ed9aa4ecb18c61ed98a5 |
UHC | 첬횞횧챈횤챌a혥 | 110000111011101011000011100101111100001110011110110000111010011011000011100110111100001110100111011000011100001010001101 | c3bac397c39ec3a6c39bc3a761c28d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)