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 | 00111111100100001000000000111111100100001000000001000010 | 3f90803f908042 |
| EUC-JP | ?逗?逗B | 00111111101111111110000000111111101111111110000001000010 | 3fbfe03fbfe042 |
| UTF-8 | 저逗저逗B | 11101100101000001000000011101001100000001001011111101100101000001000000011101001100000001001011101000010 | eca080e98097eca080e9809742 |
| UHC | 저逗저逗B | 110000001111101011010100111010001100000011111010110101001110100001000010 | c0fad4e8c0fad4e842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)