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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | 鞐ァ迢嶺B | 11101000110111101010011111100111100010111001011111100100111110001010010101000010 | e8dea7e78b97e4f8a542 |
| EUC-JP | 鞐ァ迢嶺?B | 11110000111000001000111010100111111011011110101111001110111001100011111101000010 | f0e08ea7edebcee63f42 |
| UTF-8 | 鞐ァ迢嶺B | 11101001100111101001000011101111101111011010011111101000101111111010001011100101101101101011101011101110100110011000010001000010 | e99e90efbda7e8bfa2e5b6baee998442 |
| UHC | ???嶺?B | 00111111001111110011111111010110101110100011111101000010 | 3f3f3fd6ba3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)