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 | 100100100100000110010001101101011001001001000001100100011010110001000010 | 924191b5924191ac42 |
SJIS-WIN | ?A???A?¬B | 00111111010000010011111100111111001111110100000100111111100000011100101001000010 | 3f413f3f3f413f81ca42 |
EUC-JP | ?A???A?¬B | 00111111010000010011111100111111001111110100000100111111101000101100110001000010 | 3f413f3f3f413fa2cc42 |
UTF-8 | AµA¬B | 110000101001001001000001110000101001000111000010101101011100001010010010010000011100001010010001110000101010110001000010 | c29241c291c2b5c29241c291c2ac42 |
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)