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 | 訛? | 111001100110000100111111 | e6613f |
EUC-JP | 訛? | 111010111100001000111111 | ebc23f |
UTF-8 | 訛렯 | 111010001010100010011011111010111010000010101111 | e8a89beba0af |
UHC | 訛렯 | 11101000110001011000111010111100 | e8c58ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)