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 | 異?? | 10001000110110010011111100111111 | 88d93f3f |
| EUC-JP | 異?? | 10110000110110110011111100111111 | b0db3f3f |
| UTF-8 | 異렫뤊 | 111001111001010110110000111010111010000010101011111010111010010010001010 | e795b0eba0abeba48a |
| UHC | 異렫뤊 | 111011001011011010001110101110011000111110111010 | ecb68eb98fba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)