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 | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
| SJIS-WIN | 源???陶A | 1000110010111001001111110011111100111111100100111010100101000001 | 8cb93f3f3f93a941 |
| EUC-JP | 源???陶A | 1011100010111011001111110011111100111111110001101010101101000001 | b8bb3f3f3fc6ab41 |
| UTF-8 | 源잼렒곁陶A | 11100110101110101001000011101100100111101011110011101011101000001001001011101010101100111000000111101001100110011011011001000001 | e6ba90ec9ebceba092eab381e999b641 |
| UHC | 源잼렒곁陶A | 1110101010111001110000001110101110001110101001111011000011100111110101001011011001000001 | eab9c0eb8ea7b0e7d4b641 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)