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 | 0011111100111111001111110111111000111111001111110011111101001110 | 3f3f3f7e3f3f3f4e |
SJIS-WIN | ???~???N | 0011111100111111001111110111111000111111001111110011111101001110 | 3f3f3f7e3f3f3f4e |
EUC-JP | ???~???N | 0011111100111111001111110111111000111111001111110011111101001110 | 3f3f3f7e3f3f3f4e |
UTF-8 | 챔쩐째~챔쩐째N | 1110110010110001100101001110110010101001100100001110110010100111101110000111111011101100101100011001010011101100101010011001000011101100101001111011100001001110 | ecb194eca990eca7b87eecb194eca990eca7b84e |
UHC | 챔쩐째~챔쩐째N | 1100001110101000110000101011111011000010101100000111111011000011101010001100001010111110110000101011000001001110 | c3a8c2bec2b07ec3a8c2bec2b04e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)