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 | JFQä· | 1001001001001010100100100100011010010010010100011110010010110111 | 924a92469251e4b7 |
SJIS-WIN | ?J?F?Q?? | 0011111101001010001111110100011000111111010100010011111100111111 | 3f4a3f463f513f3f |
EUC-JP | ?J?F?Qä? | 00111111010010100011111101000110001111110101000110001111101010111010001100111111 | 3f4a3f463f518faba33f |
UTF-8 | JFQä· | 11000010100100100100101011000010100100100100011011000010100100100101000111000011101001001100001010110111 | c2924ac29246c29251c3a4c2b7 |
UHC | ?J?F?Q?· | 001111110100101000111111010001100011111101010001001111111010000110100100 | 3f4a3f463f513fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)