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 | 莊e | 11100100101101011000001010000101 | e4b58285 |
EUC-JP | 莊e | 11101000101101111010001111100101 | e8b7a3e5 |
UTF-8 | 莊e | 111010001000111010001010111011111011110110000101 | e88e8aefbd85 |
UHC | 莊e | 11101101111101101010001111100101 | edf6a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)