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 | 獻湿捨 | 111000001101100110001110101111001000111011001100 | e0d98ebc8ecc |
EUC-JP | 獻湿捨 | 111000001101101110111100101111101011110011001110 | e0dbbcbebcce |
UTF-8 | 獻湿捨 | 111001111000110110111011111001101011100110111111111001101000110110101000 | e78dbbe6b9bfe68da8 |
UHC | 獻?捨 | 1111101011001100001111111101111011010111 | facc3fded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)