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 | 邂滓サ第剪 | 111001111010111010011111111001101011101110010001111001101001100110010010 | e7ae9fe6bb91e69992 |
| EUC-JP | 邂滓サ第剪 | 11101110101100001101111011101000100011101011101111000010111010001101000111110010 | eeb0dee88ebbc2e8d1f2 |
| UTF-8 | 邂滓サ第剪 | 111010011000001010000010111001101011101110010011111011111011110110111011111001111010110010101100111001011000100110101010 | e98282e6bb93efbdbbe7acace589aa |
| UHC | 邂滓?第剪 | 111110101011001111101110101010110011111111110000101011111110111011110010 | fab3eeab3ff0afeef2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)