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 | ??????A | 00111111001111110011111100111111001111110011111101000001 | 3f3f3f3f3f3f41 |
| SJIS-WIN | ??耳???A | 0011111100111111100011101010100000111111001111110011111101000001 | 3f3f8ea83f3f3f41 |
| EUC-JP | 塼?耳?嫄?A | 100011111011100010111001001111111011110010101010001111111000111110111010101000010011111101000001 | 8fb8b93fbcaa3f8fbaa13f41 |
| UTF-8 | 塼렗耳렰嫄렜A | 11100101101000011011110011101011101000001001011111101000100000001011001111101011101000001011000011100101101010111000010011101011101000001001110001000001 | e5a1bceba097e880b3eba0b0e5ab84eba09c41 |
| UHC | 塼렗耳렰嫄렜A | 11101110111101001000111010101100111011001011110010001110101111011110101010110001100011101010111001000001 | eef48eacecbc8ebdeab18eae41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)