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 | 諛雅岑 | 111001101000011110001001111010111001101110101000 | e68789eb9ba8 |
EUC-JP | 諛雅岑 | 111010111110011110110010111011011101011010101010 | ebe7b2edd6aa |
UTF-8 | 諛雅岑 | 111010001010101110011011111010011001101110000101111001011011001010010001 | e8ab9be99b85e5b291 |
UHC | 諛雅岑 | 111010111011000011100100101110101110110111010100 | ebb0e4baedd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)