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 | 珀剳 | 11100000110111111001100110010101 | e0df9995 |
EUC-JP | 珀剳 | 11100000111000011101000111110101 | e0e1d1f5 |
UTF-8 | 珀剳 | 111001111000111110000000111001011000100110110011 | e78f80e589b3 |
UHC | 珀? | 110110101101011000111111 | dad63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)