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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 叩但叩跣 | 1001001001000000100100100100000110010010010000001110011011101111 | 924092419240e6ef |
EUC-JP | 叩但叩跣 | 1100001110100001110000111010001011000011101000011110110011110001 | c3a1c3a2c3a1ecf1 |
UTF-8 | 叩但叩跣 | 111001011000111110101001111001001011110110000110111001011000111110101001111010001011011110100011 | e58fa9e4bd86e58fa9e8b7a3 |
UHC | 叩但叩跣 | 1100110110110000110100111010001111001101101100001110000011010011 | cdb0d3a3cdb0e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)