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 | 飾惺 | 10001111111111001001110010110111 | 8ffc9cb7 |
EUC-JP | 飾惺 | 10111110111111101101100010111001 | befed8b9 |
UTF-8 | 飾惺 | 111010011010001110111110111001101000001110111010 | e9a3bee683ba |
UHC | 飾惺 | 11100011110111101110000011110110 | e3dee0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)