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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 肢?沚 | 1000111010001000001111111001111110001101 | 8e883f9f8d |
EUC-JP | 肢?沚 | 1011101111101000001111111101110111101101 | bbe83fdded |
UTF-8 | 肢렍沚 | 111010001000001010100010111010111010000010001101111001101011001010011010 | e882a2eba08de6b29a |
UHC | 肢렍沚 | 111100101011011010001110101000111111001010101111 | f2b68ea3f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)