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 | 譿セ驥。 | 111110111010110010111110111010011000011110100001 | fbacbee987a1 |
| EUC-JP | ?セ驥。 | 00111111100011101011111011110001111001111000111010100001 | 3f8ebef1e78ea1 |
| UTF-8 | 譿セ驥。 | 111010001010110110111111111011111011110110111110111010011010100110100101111011111011110110100001 | e8adbfefbdbee9a9a5efbda1 |
| UHC | ??驥? | 0011111100111111110100011100101000111111 | 3f3fd1ca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)