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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
EUC-JP | 孼??}B | 10001111101110101100001100111111001111110111110101000010 | 8fbac33f3f7d42 |
UTF-8 | 孼대젡}B | 1110010110101101101111001110101110001100100000001110110010100000101000010111110101000010 | e5adbceb8c80eca0a17d42 |
UHC | 孼대젡}B | 1110010111101101101101001110101110100000100110100111110101000010 | e5edb4eba09a7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)