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 | 嶸們ィ | 1111101010110100100110001110110010101000 | fab498eca8 |
EUC-JP | 嶸們ィ | 10001111101110111111010011010000111011101000111010101000 | 8fbbf4d0ee8ea8 |
UTF-8 | 嶸們ィ | 111001011011011010111000111001011000000010010001111011111011110110101000 | e5b6b8e58091efbda8 |
UHC | 嶸們? | 1110011110101110110110011111101000111111 | e7aed9fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)