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 | 涬å | 11100110101101101010110011100101 | e6b6ace5 |
SJIS-WIN | ?¶¬? | 001111111000000111110111100000011100101000111111 | 3f81f781ca3f |
EUC-JP | 涬å | 10001111101010011100000110100010111110011010001011001100100011111010101110101001 | 8fa9c1a2f9a2cc8faba9 |
UTF-8 | 涬å | 1100001110100110110000101011011011000010101011001100001110100101 | c3a6c2b6c2acc3a5 |
UHC | �? | 101010011010000110100010110100100011111100111111 | a9a1a2d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)