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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | セ釉・^ | 11110000101111011011111011100111110101101010010101011110 | f0bdbee7d6a55e |
EUC-JP | ?セ釉・^ | 0011111110001110101111101110111011011000100011101010010101011110 | 3f8ebeeed88ea55e |
UTF-8 | セ釉・^ | 11101110100000011011110011101111101111011011111011101001100001111000100111101111101111011010010101011110 | ee81bcefbdbee98789efbda55e |
UHC | ??釉?^ | 001111110011111111101011101110000011111101011110 | 3f3febb83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)