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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 蜀、螂ャ貂 | 1110010110000110101001001110010110100101101011001110011010111000 | e586a4e5a5ace6b8 |
| EUC-JP | 蜀、螂ャ貂 | 11101001111001101000111010100100111010101010011110001110101011001110110010111010 | e9e68ea4eaa78eacecba |
| UTF-8 | 蜀、螂ャ貂 | 111010001001110010000000111011111011110110100100111010001001111010000010111011111011110110101100111010001011001010000010 | e89c80efbda4e89e82efbdace8b282 |
| UHC | 蜀?螂?貂 | 1111010110111001001111111101010111001100001111111111010110110000 | f5b93fd5cc3ff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)