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 | ??L? | 00111111001111110100110000111111 | 3f3f4c3f |
SJIS-WIN | ?豐L嶸 | 001111111110011010110010010011001111101010110100 | 3fe6b24cfab4 |
EUC-JP | 嶴豐L嶸 | 100011111011101111110011111011001011010001001100100011111011101111110100 | 8fbbf3ecb44c8fbbf4 |
UTF-8 | 嶴豐L嶸 | 11100101101101101011010011101000101100011001000001001100111001011011011010111000 | e5b6b4e8b1904ce5b6b8 |
UHC | ??L嶸 | 0011111100111111010011001110011110101110 | 3f3f4ce7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)