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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 嶸們ィ右 | 11111010101101001001100011101100101010001000100101000101 | fab498eca88945 |
EUC-JP | 嶸們ィ右 | 100011111011101111110100110100001110111010001110101010001011000110100110 | 8fbbf4d0ee8ea8b1a6 |
UTF-8 | 嶸們ィ右 | 111001011011011010111000111001011000000010010001111011111011110110101000111001011000111110110011 | e5b6b8e58091efbda8e58fb3 |
UHC | 嶸們?右 | 11100111101011101101100111111010001111111110100111010011 | e7aed9fa3fe9d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)