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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟆 | 111100011100010011100101101100001111010111100100 | f1c4e5b0f5e4 |
EUC-JP | ?蟆? | 00111111111010101011001000111111 | 3feab23f |
UTF-8 | 蟆 | 111011101000010010111111111010001001111110000110111011101001000110001111 | ee84bfe89f86ee918f |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)