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 | 嶸們ィ隠 | 11111010101101001001100011101100101010001000100101000010 | fab498eca88942 |
EUC-JP | 嶸們ィ隠 | 100011111011101111110100110100001110111010001110101010001011000110100011 | 8fbbf4d0ee8ea8b1a3 |
UTF-8 | 嶸們ィ隠 | 111001011011011010111000111001011000000010010001111011111011110110101000111010011001101010100000 | e5b6b8e58091efbda8e99aa0 |
UHC | 嶸們?? | 111001111010111011011001111110100011111100111111 | e7aed9fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)