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 | ¿ò@¿ò@B | 10111111111100100100000010111111111100100100000001000010 | bff240bff24042 |
SJIS-WIN | ??@??@B | 00111111001111110100000000111111001111110100000001000010 | 3f3f403f3f4042 |
EUC-JP | ¿ò@¿ò@B | 100011111010001011000100100011111010101111010010010000001000111110100010110001001000111110101011110100100100000001000010 | 8fa2c48fabd2408fa2c48fabd24042 |
UTF-8 | ¿ò@¿ò@B | 1100001010111111110000111011001001000000110000101011111111000011101100100100000001000010 | c2bfc3b240c2bfc3b24042 |
UHC | ¿?@¿?@B | 101000101010111100111111010000001010001010101111001111110100000001000010 | a2af3f40a2af3f4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)