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 | ??Y? | 00111111001111110101100100111111 | 3f3f593f |
SJIS-WIN | ?貂Y嶸 | 001111111110011010111000010110011111101010110100 | 3fe6b859fab4 |
EUC-JP | 嶴貂Y嶸 | 100011111011101111110011111011001011101001011001100011111011101111110100 | 8fbbf3ecba598fbbf4 |
UTF-8 | 嶴貂Y嶸 | 11100101101101101011010011101000101100101000001001011001111001011011011010111000 | e5b6b4e8b28259e5b6b8 |
UHC | ?貂Y嶸 | 001111111111010110110000010110011110011110101110 | 3ff5b059e7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)