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 | 莇轄 | 11100100101101001000101010001101 | e4b48a8d |
EUC-JP | 莇轄 | 11101000101101101011001111101101 | e8b6b3ed |
UTF-8 | 莇轄 | 111010001000111010000111111010001011110110000100 | e88e87e8bd84 |
UHC | ?轄 | 001111111111100111011101 | 3ff9dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)