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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
EUC-JP | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
UTF-8 | 첬횣짙챕청처N | 11101100101100101010110011101101100110101010001111101100101001111001100111101100101100011001010111101100101100101010110111101100101100101001100001001110 | ecb2aced9aa3eca799ecb195ecb2adecb2984e |
UHC | 첬횣짙챕청처N | 11000011101110101100001110011010110000101010001111000011101010011100001110111011110000111011001101001110 | c3bac39ac2a3c3a9c3bbc3b34e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)