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 | TFQOB | 10010010010101001001001001000110100100100101000110010010010011111001001001000010 | 925492469251924f9242 |
SJIS-WIN | ?T?F?Q?O?B | 00111111010101000011111101000110001111110101000100111111010011110011111101000010 | 3f543f463f513f4f3f42 |
EUC-JP | ?T?F?Q?O?B | 00111111010101000011111101000110001111110101000100111111010011110011111101000010 | 3f543f463f513f4f3f42 |
UTF-8 | TFQOB | 110000101001001001010100110000101001001001000110110000101001001001010001110000101001001001001111110000101001001001000010 | c29254c29246c29251c2924fc29242 |
UHC | ?T?F?Q?O?B | 00111111010101000011111101000110001111110101000100111111010011110011111101000010 | 3f543f463f513f4f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)