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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 淅橈?o | 100111111100011010011110111101000011111101101111 | 9fc69ef43f6f |
EUC-JP | 淅橈?o | 110111101100100011011100111101100011111101101111 | dec8dcf63f6f |
UTF-8 | 淅橈了o | 11100110101101111000010111100110101010011000100011101111101001101011101001101111 | e6b785e6a988efa6ba6f |
UHC | 淅橈了o | 11100000101100101110100011111010111010001110011101101111 | e0b2e8fae8e76f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)