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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 楔?跣 | 1001111010110110001111111110011011101111 | 9eb63fe6ef |
EUC-JP | 楔炤跣 | 11011100101110001000111111001001110100101110110011110001 | dcb88fc9d2ecf1 |
UTF-8 | 楔炤跣 | 111001101010010110010100111001111000001010100100111010001011011110100011 | e6a594e782a4e8b7a3 |
UHC | 楔炤跣 | 111000001101101111100001101111111110000011010011 | e0dbe1bfe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)