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 | 磅膰 | 11100001111110101110010001010111 | e1fae457 |
EUC-JP | 磅膰 | 11100010111111001110011110111000 | e2fce7b8 |
UTF-8 | 磅膰 | 111001111010001110000101111010001000011010110000 | e7a385e886b0 |
UHC | 磅? | 110110111011011000111111 | dbb63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)