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 | 巐溢ィ桂 | 11111010101101101000100011101100101010001000110001101010 | fab688eca88c6a |
EUC-JP | 巐溢ィ桂 | 100011111011101111111001101100001110111010001110101010001011011111001011 | 8fbbf9b0ee8ea8b7cb |
UTF-8 | 巐溢ィ桂 | 111001011011011110010000111001101011101010100010111011111011110110101000111001101010000110000010 | e5b790e6baa2efbda8e6a182 |
UHC | ?溢?桂 | 001111111110110011101110001111111100110011111101 | 3fecee3fccfd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)