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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 砲倥隷暉 | 1001011001000011100110001110001110010111111010101001110111110100 | 964398e397ea9df4 |
| EUC-JP | 砲倥隷暉 | 1100101110100100110100001110010111001110111011001101101011110110 | cba4d0e5ceecdaf6 |
| UTF-8 | 砲倥隷暉 | 111001111010000010110010111001011000000010100101111010011001101010110111111001101001101010001001 | e7a0b2e580a5e99ab7e69a89 |
| UHC | 砲?隷暉 | 11111000110111110011111111010110110010111111110111000111 | f8df3fd6cbfdc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)