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 | 嶸們ィ運 | 11111010101101001001100011101100101010001000100101011110 | fab498eca8895e |
EUC-JP | 嶸們ィ運 | 100011111011101111110100110100001110111010001110101010001011000110111111 | 8fbbf4d0ee8ea8b1bf |
UTF-8 | 嶸們ィ運 | 111001011011011010111000111001011000000010010001111011111011110110101000111010011000000110001011 | e5b6b8e58091efbda8e9818b |
UHC | 嶸們?運 | 11100111101011101101100111111010001111111110101010100001 | e7aed9fa3feaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)