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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 筌羚^ | 1110001010100011111000111011011101011110 | e2a3e3b75e |
EUC-JP | 筌羚^ | 1110010010100101111001101011100101011110 | e4a5e6b95e |
UTF-8 | 筌羚^ | 11100111101011011000110011100111101111101001101001011110 | e7ad8ce7be9a5e |
UHC | 筌羚^ | 1110111110100111110101101011111001011110 | efa7d6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)