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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
| SJIS-WIN | 阡礼ィョ隘イ@ | 11101000100101001001011111100111101010001010111011101000101001011011001001000000 | e89497e7a8aee8a5b240 |
| EUC-JP | 阡礼ィョ隘イ@ | 11101111111101001100111011101001100011101010100010001110101011101111000010100111100011101011001001000000 | eff4cee98ea88eaef0a78eb240 |
| UTF-8 | 阡礼ィョ隘イ@ | 11101001100110001010000111100111101001001011110011101111101111011010100011101111101111011010111011101001100110101001100011101111101111011011001001000000 | e998a1e7a4bcefbda8efbdaee99a98efbdb240 |
| UHC | 阡???隘?@ | 111101001100011000111111001111110011111111100100111101100011111101000000 | f4c63f3f3fe4f63f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)