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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 篩?B | 11100010101111110011111101000010 | e2bf3f42 |
EUC-JP | 篩?B | 11100100110000010011111101000010 | e4c13f42 |
UTF-8 | 篩맬B | 11100111101011111010100111101011101001111010110001000010 | e7afa9eba7ac42 |
UHC | 篩맬B | 1101111011101000101110001100100001000010 | dee8b8c842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)