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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 塋c??沃 | 1001101011001000100000101000001100111111001111111001011110000000 | 9ac882833f3f9780 |
EUC-JP | 塋c?琯沃 | 11010100110010101010001111100011001111111000111111001100101100111100110111100000 | d4caa3e33f8fccb3cde0 |
UTF-8 | 塋c끂琯沃 | 111001011010000110001011111011111011110110000011111010111000000110000010111001111001000010101111111001101011001010000011 | e5a18befbd83eb8182e790afe6b283 |
UHC | 塋c끂琯沃 | 11100111101010111010001111100011100001011011100011001110101101011110100010101010 | e7aba3e385b8ceb5e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)