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 | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
SJIS-WIN | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
EUC-JP | ?P??? | 0011111101010000001111110011111100111111 | 3f503f3f3f |
UTF-8 | 청P횠청횒 | 11101100101100101010110101010000111011011001101010100000111011001011001010101101111011011001101010010010 | ecb2ad50ed9aa0ecb2aded9a92 |
UHC | 청P횠청횒 | 110000111011101101010000110000111001100011000011101110111100001110001101 | c3bb50c398c3bbc38d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)