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 | 鬮」鬘伜ーク | 111010011010101110100011111010011010000110011000111001011011000010111000 | e9aba3e9a198e5b0b8 |
| EUC-JP | 鬮」鬘伜ーク | 111100101010110110001110101000111111001010100011110100001110011110001110101100001000111010111000 | f2ad8ea3f2a3d0e78eb08eb8 |
| UTF-8 | 鬮」鬘伜ーク | 111010011010110010101110111011111011110110100011111010011010110010011000111001001011110010011100111011111011110110110000111011111011110110111000 | e9acaeefbda3e9ac98e4bc9cefbdb0efbdb8 |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)