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 | 昶爨 | 10011101111000101110000010100100 | 9de2e0a4 |
EUC-JP | 昶爨 | 11011010111001001110000010100110 | dae4e0a6 |
UTF-8 | 昶爨 | 111001101001100010110110111001111000100010101000 | e698b6e788a8 |
UHC | 昶? | 111100111110010000111111 | f3e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)