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 | ?P?? | 00111111010100000011111100111111 | 3f503f3f |
SJIS-WIN | 叩P叩但 | 10010010010000000101000010010010010000001001001001000001 | 92405092409241 |
EUC-JP | 叩P叩但 | 11000011101000010101000011000011101000011100001110100010 | c3a150c3a1c3a2 |
UTF-8 | 叩P叩但 | 11100101100011111010100101010000111001011000111110101001111001001011110110000110 | e58fa950e58fa9e4bd86 |
UHC | 叩P叩但 | 11001101101100000101000011001101101100001101001110100011 | cdb050cdb0d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)