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 | 楔淅跣 | 100111101011011010011111110001101110011011101111 | 9eb69fc6e6ef |
EUC-JP | 楔淅跣 | 110111001011100011011110110010001110110011110001 | dcb8dec8ecf1 |
UTF-8 | 楔淅跣 | 111001101010010110010100111001101011011110000101111010001011011110100011 | e6a594e6b785e8b7a3 |
UHC | 楔淅跣 | 111000001101101111100000101100101110000011010011 | e0dbe0b2e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)