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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 綉跛 | 11100011010101001110011011101010 | e354e6ea |
EUC-JP | 綉跛 | 11100101101101011110110011101100 | e5b5ecec |
UTF-8 | 綉跛 | 111001111011011010001001111010001011011110011011 | e7b689e8b79b |
UHC | ?跛 | 001111111111011111110101 | 3ff7f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)