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 | 形?^ | 10001100011000000011111101011110 | 8c603f5e |
EUC-JP | 形?^ | 10110111110000010011111101011110 | b7c13f5e |
UTF-8 | 形웒^ | 11100101101111011010001011101100100110111001001001011110 | e5bda2ec9b925e |
UHC | 形웒^ | 1111101110100001100111110110001101011110 | fba19f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)