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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| EUC-JP | ?焰?焰B | 001111111000111111001001111011110011111110001111110010011110111101000010 | 3f8fc9ef3f8fc9ef42 |
| UTF-8 | 뤵焰뤵焰B | 11101011101001001011010111100111100001001011000011101011101001001011010111100111100001001011000001000010 | eba4b5e784b0eba4b5e784b042 |
| UHC | 뤵焰뤵焰B | 100011111110001111100110111110111000111111100011111001101111101101000010 | 8fe3e6fb8fe3e6fb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)