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 | 迥∵ク会スク | 111001111000101010000001111001101011100010001001111011111011110110111000 | e78a81e6b889efbdb8 |
| EUC-JP | 迥∵ク会スク | 111011011110101010100010111010001000111010111000101100101111000110001110101111011000111010111000 | edeaa2e88eb8b2f18ebd8eb8 |
| UTF-8 | 迥∵ク会スク | 111010001011111110100101111000101000100010110101111011111011110110111000111001001011110010011010111011111011110110111101111011111011110110111000 | e8bfa5e288b5efbdb8e4bc9aefbdbdefbdb8 |
| UHC | ?∵???? | 00111111101000011111000100111111001111110011111100111111 | 3fa1f13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)