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 | 藏? | 111001010101010100111111 | e5553f |
EUC-JP | 藏? | 111010011011011000111111 | e9b63f |
UTF-8 | 藏렣 | 111010001001011110001111111010111010000010100011 | e8978feba0a3 |
UHC | 藏렣 | 11101101111110101000111010110100 | edfa8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)