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 | 云?? | 10001001010111010011111100111111 | 895d3f3f |
| EUC-JP | 云?? | 10110001101111100011111100111111 | b1be3f3f |
| UTF-8 | 云닻렖 | 111001001011101010010001111010111000101110111011111010111010000010010110 | e4ba91eb8bbbeba096 |
| UHC | 云닻렖 | 111010011111011010110100111010011000111010101011 | e9f6b4e98eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)