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 | 100100100100000110010001101110101001001001000001100100011011101001000010 | 924191ba924191ba42 |
SJIS-WIN | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
EUC-JP | ?A?º?A?ºB | 00111111010000010011111110001111101000101110101100111111010000010011111110001111101000101110101101000010 | 3f413f8fa2eb3f413f8fa2eb42 |
UTF-8 | AºAºB | 110000101001001001000001110000101001000111000010101110101100001010010010010000011100001010010001110000101011101001000010 | c29241c291c2bac29241c291c2ba42 |
UHC | ?A?º?A?ºB | 0011111101000001001111111010100010101100001111110100000100111111101010001010110001000010 | 3f413fa8ac3f413fa8ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)