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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | 滎?? | 1000111111001000101110010011111100111111 | 8fc8b93f3f |
| UTF-8 | 滎랑맘 | 111001101011101110001110111010111001111010010001111010111010011110011000 | e6bb8eeb9e91eba798 |
| UHC | 滎랑맘 | 111110111010001110110110111110111011100010111110 | fba3b6fbb8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)