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 | 涅躍 | 10011111101110001001011011110100 | 9fb896f4 |
EUC-JP | 涅躍 | 11011110101110101100110011110110 | debaccf6 |
UTF-8 | 涅躍 | 111001101011011010000101111010001011101010001101 | e6b685e8ba8d |
UHC | 涅躍 | 11100110111011101110010110111000 | e6eee5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)