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 | õ½÷¬^ | 1111010110111101111101111010110001011110 | f5bdf7ac5e |
| SJIS-WIN | ??÷¬^ | 00111111001111111000000110000000100000011100101001011110 | 3f3f818081ca5e |
| EUC-JP | õ?÷¬^ | 100011111010101111011000001111111010000111100000101000101100110001011110 | 8fabd83fa1e0a2cc5e |
| UTF-8 | õ½÷¬^ | 110000111011010111000010101111011100001110110111110000101010110001011110 | c3b5c2bdc3b7c2ac5e |
| UHC | ?½÷?^ | 00111111101010001111011010100001110000000011111101011110 | 3fa8f6a1c03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)