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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 遏苓損 | 111001111001111110010111111010001001000110111001 | e79f97e891b9 |
| EUC-JP | 遏苓損 | 111011101010000111001110111010101100001010111011 | eea1ceeac2bb |
| UTF-8 | 遏苓損 | 111010011000000110001111111010001000101110010011111001101001000010001101 | e9818fe88b93e6908d |
| UHC | ??損 | 00111111001111111110000111011111 | 3f3fe1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)