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 | 葯滄坡 | 111001001101111010011111111010011001101010110001 | e4de9fe99ab1 |
EUC-JP | 葯滄坡 | 111010001110000011011110111010111101010010110011 | e8e0deebd4b3 |
UTF-8 | 葯滄坡 | 111010001001000110101111111001101011101110000100111001011001110110100001 | e891afe6bb84e59da1 |
UHC | 葯滄坡 | 111001011011010111110011111001111111011111100111 | e5b5f3e7f7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)