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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 義橋??^ | 10001011011000001000101110110100001111110011111101011110 | 8b608bb43f3f5e |
| EUC-JP | 義橋??^ | 10110101110000011011011010110110001111110011111101011110 | b5c1b6b63f3f5e |
| UTF-8 | 義橋렲렢^ | 11100111101111101010100111100110101010011000101111101011101000001011001011101011101000001010001001011110 | e7bea9e6a98beba0b2eba0a25e |
| UHC | 義橋렲렢^ | 111010111111100111001110111010011000111010111111100011101011001101011110 | ebf9cee98ebf8eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)