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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 縞柬?ぎ | 10001110110010001001111001101010001111111000001010101100 | 8ec89e6a3f82ac |
| EUC-JP | 縞柬?ぎ | 10111100110010101101101111001011001111111010010010101110 | bccadbcb3fa4ae |
| UTF-8 | 縞柬덜ぎ | 111001111011100010011110111001101001111110101100111010111000110110011100111000111000000110001110 | e7b89ee69faceb8d9ce3818e |
| UHC | 縞柬덜ぎ | 1111101111010110110010101101001110110100111110101010101010101110 | fbd6cad3b4faaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)