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 | A¼`B | 100100100100000110010001101111000110000001000010 | 924191bc6042 |
SJIS-WIN | ?A??`B | 001111110100000100111111001111110110000001000010 | 3f413f3f6042 |
EUC-JP | ?A??`B | 001111110100000100111111001111110110000001000010 | 3f413f3f6042 |
UTF-8 | A¼`B | 110000101001001001000001110000101001000111000010101111000110000001000010 | c29241c291c2bc6042 |
UHC | ?A?¼`B | 00111111010000010011111110101000111110010110000001000010 | 3f413fa8f96042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)