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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 晧?晧?B | 10011101111011000011111110011101111011000011111101000010 | 9dec3f9dec3f42 |
| EUC-JP | 晧?晧?B | 11011010111011100011111111011010111011100011111101000010 | daee3fdaee3f42 |
| UTF-8 | 晧렒晧렒B | 11100110100110011010011111101011101000001001001011100110100110011010011111101011101000001001001001000010 | e699a7eba092e699a7eba09242 |
| UHC | 晧렒晧렒B | 111110111100010110001110101001111111101111000101100011101010011101000010 | fbc58ea7fbc58ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)