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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 邂?蜘?蒸 | 1110011110101110001111111001001001110111001111111000111111110110 | e7ae3f92773f8ff6 |
| EUC-JP | 邂?蜘?蒸 | 1110111010110000001111111100001111011000001111111011111011111000 | eeb03fc3d83fbef8 |
| UTF-8 | 邂렱蜘렲蒸 | 111010011000001010000010111010111010000010110001111010001001110010011000111010111010000010110010111010001001001010111000 | e98282eba0b1e89c98eba0b2e892b8 |
| UHC | 邂렱蜘렲蒸 | 11111010101100111000111010111110111100101011101110001110101111111111000111111010 | fab38ebef2bb8ebff1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)