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¬A¬B | 100100100100000110010001101011001001001001000001100100011010110001000010 | 924191ac924191ac42 |
SJIS-WIN | ?A?¬?A?¬B | 0011111101000001001111111000000111001010001111110100000100111111100000011100101001000010 | 3f413f81ca3f413f81ca42 |
EUC-JP | ?A?¬?A?¬B | 0011111101000001001111111010001011001100001111110100000100111111101000101100110001000010 | 3f413fa2cc3f413fa2cc42 |
UTF-8 | A¬A¬B | 110000101001001001000001110000101001000111000010101011001100001010010010010000011100001010010001110000101010110001000010 | c29241c291c2acc29241c291c2ac42 |
UHC | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)