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 | 皈」ホ | 11100001101001011010001111001110 | e1a5a3ce |
EUC-JP | 皈」ホ | 111000101010011110001110101000111000111011001110 | e2a78ea38ece |
UTF-8 | 皈」ホ | 111001111001101010001000111011111011110110100011111011111011111010001110 | e79a88efbda3efbe8e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)