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 | «Ïû«¿ý | 1000111110101011110011111111101110001111101010111011111111111101 | 8fabcffb8fabbffd |
| SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
| EUC-JP | ??Ïû??¿ý | 00111111001111111000111110101010110000011000111110101011111001010011111100111111100011111010001011000100100011111010101111110010 | 3f3f8faac18fabe53f3f8fa2c48fabf2 |
| UTF-8 | «Ïû«¿ý | 11000010100011111100001010101011110000111000111111000011101110111100001010001111110000101010101111000010101111111100001110111101 | c28fc2abc38fc3bbc28fc2abc2bfc3bd |
| UHC | ??????¿? | 001111110011111100111111001111110011111100111111101000101010111100111111 | 3f3f3f3f3f3fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)