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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
| SJIS-WIN | 身??身??F | 100100000110011100111111001111111001000001100111001111110011111101000110 | 90673f3f90673f3f46 |
| EUC-JP | 身??身??F | 101111111100100000111111001111111011111111001000001111110011111101000110 | bfc83f3fbfc83f3f46 |
| UTF-8 | 身덊뢑身덊뢐F | 11101000101110101010101111101011100011011000101011101011101000101001000111101000101110101010101111101011100011011000101011101011101000101001000001000110 | e8baabeb8d8aeba291e8baabeb8d8aeba29046 |
| UHC | 身덊뢑身덊뢐F | 11100011111100111000100011101101100011110100110011100011111100111000100011101101100011110100101101000110 | e3f388ed8f4ce3f388ed8f4b46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)