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 | 鬮キ諛医刊騾 | 1110100110101011101101111110011010000111100010001110001110001010101001111110100110000000 | e9abb7e68788e38aa7e980 |
| EUC-JP | 鬮キ諛医刊騾 | 111100101010110110001110101101111110101111100111101100001110010110110100101010011111000111100000 | f2ad8eb7ebe7b0e5b4a9f1e0 |
| UTF-8 | 鬮キ諛医刊騾 | 111010011010110010101110111011111011110110110111111010001010101110011011111001011000110010111011111001011000100010001010111010011010100010111110 | e9acaeefbdb7e8ab9be58cbbe5888ae9a8be |
| UHC | ??諛?刊? | 0011111100111111111010111011000000111111110010101100101000111111 | 3f3febb03fcaca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)