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 | 鋐ホ鄒ウ^ | 11111011110100101100111011100111101111101011001101011110 | fbd2cee7beb35e |
| EUC-JP | 鋐ホ鄒ウ^ | 10001111111001001011111010001110110011101110111011000000100011101011001101011110 | 8fe4be8eceeec08eb35e |
| UTF-8 | 鋐ホ鄒ウ^ | 11101001100010111001000011101111101111101000111011101001100001001001001011101111101111011011001101011110 | e98b90efbe8ee98492efbdb35e |
| UHC | ??鄒?^ | 001111110011111111110101110110110011111101011110 | 3f3ff5db3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)