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 | 鴟淤 | 11101001111101001001111111001001 | e9f49fc9 |
EUC-JP | 鴟淤 | 11110010111101101101111011001011 | f2f6decb |
UTF-8 | 鴟淤 | 111010011011010010011111111001101011011110100100 | e9b49fe6b7a4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)