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 | 隱虹 | 11101000101010101001001111111000 | e8aa93f8 |
EUC-JP | 隱虹 | 11110000101011001100011011111010 | f0acc6fa |
UTF-8 | 隱虹 | 111010011001101010110001111010001001100110111001 | e99ab1e899b9 |
UHC | 隱虹 | 11101011110111111111101111110110 | ebdffbf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)