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 | 鰲? | 111010011110000000111111 | e9e03f |
EUC-JP | 鰲? | 111100101110001000111111 | f2e23f |
UTF-8 | 鰲루 | 111010011011000010110010111010111010001110101000 | e9b0b2eba3a8 |
UHC | 鰲루 | 11101000101001111011011111100111 | e8a7b7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)