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 | 績謳^ | 1001000011010001111001101001000001011110 | 90d1e6905e |
EUC-JP | 績謳^ | 1100000011010011111010111111000001011110 | c0d3ebf05e |
UTF-8 | 績謳^ | 11100111101110001011111011101000101011001011001101011110 | e7b8bee8acb35e |
UHC | 績謳^ | 1110111011100000110011111100010001011110 | eee0cfc45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)