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 | 顫肴 | 11101000111110101000110111100110 | e8fa8de6 |
EUC-JP | 顫肴 | 11110000111111001011101011101000 | f0fcbae8 |
UTF-8 | 顫肴 | 111010011010000110101011111010001000001010110100 | e9a1abe882b4 |
UHC | 顫肴 | 11101111101101011111110110100010 | efb5fda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)