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 | 檣据 | 10011110111111001001000010011000 | 9efc9098 |
EUC-JP | 檣据 | 11011100111111101011111111111000 | dcfebff8 |
UTF-8 | 檣据 | 111001101010101010100011111001101000110110101110 | e6aaa3e68dae |
UHC | 檣据 | 11101101111010101100101111011111 | edeacbdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)