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 | 籤蟆 | 11100010110111001110010110110000 | e2dce5b0 |
EUC-JP | 籤蟆 | 11100100110111101110101010110010 | e4deeab2 |
UTF-8 | 籤蟆 | 111001111011000110100100111010001001111110000110 | e7b1a4e89f86 |
UHC | 籤? | 111101001101100100111111 | f4d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)