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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 髻懈ェ主─ | 111010011001111110011100111001101010101010001110111001011000010010011111 | e99f9ce6aa8ee5849f |
| EUC-JP | 髻懈ェ主─ | 11110010101000011101100011101000100011101010101010111100111001111010100010100001 | f2a1d8e88eaabce7a8a1 |
| UTF-8 | 髻懈ェ主─ | 111010011010101110111011111001101000011110001000111011111011110110101010111001001011100010111011111000101001010010000000 | e9abbbe68788efbdaae4b8bbe29480 |
| UHC | ?懈?主─ | 0011111111111010101010110011111111110001101010111010011010100001 | 3ffaab3ff1aba6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)