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??? | 10011010110010001000001010000011001111110011111100111111 | 9ac882833f3f3f |
EUC-JP | 塋c?琯? | 110101001100101010100011111000110011111110001111110011001011001100111111 | d4caa3e33f8fccb33f |
UTF-8 | 塋c끂琯吳 | 111001011010000110001011111011111011110110000011111010111000000110000010111001111001000010101111111001011001000010110011 | e5a18befbd83eb8182e790afe590b3 |
UHC | 塋c끂琯吳 | 11100111101010111010001111100011100001011011100011001110101101011110011111101111 | e7aba3e385b8ceb5e7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)