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 | 葹旧 | 11100100110111111000101110001100 | e4df8b8c |
EUC-JP | 葹旧 | 11101000111000011011010111101100 | e8e1b5ec |
UTF-8 | 葹旧 | 111010001001000110111001111001101001011110100111 | e891b9e697a7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)