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 | 畏?迂?^ | 10001000110110000011111110001001010010010011111101011110 | 88d83f89493f5e |
EUC-JP | 畏?迂?^ | 10110000110110100011111110110001101010100011111101011110 | b0da3fb1aa3f5e |
UTF-8 | 畏렧迂렧^ | 11100111100101011000111111101011101000001010011111101000101111111000001011101011101000001010011101011110 | e7958feba0a7e8bf82eba0a75e |
UHC | 畏렧迂렧^ | 111010001110011010001110101101101110100111100110100011101011011001011110 | e8e68eb6e9e68eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)