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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 禎?o??? | 1001001011110101001111111000001010001111001111110011111100111111 | 92f53f828f3f3f3f |
| EUC-JP | 禎?o??? | 1100010011110111001111111010001111101111001111110011111100111111 | c4f73fa3ef3f3f3f |
| UTF-8 | 禎꿨o綎잴릎 | 111001111010011010001110111010101011111110101000111011111011110110001111111001111011011010001110111011001001111010110100111010111010011010001110 | e7a68eeabfa8efbd8fe7b68eec9eb4eba68e |
| UHC | 禎꿨o綎잴릎 | 111011111110111010110010111001011010001111101111111011111111001011000000111010101011100010101101 | efeeb2e5a3efeff2c0eab8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)