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 | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 隰晏ョ、}B | 1110100010101100100111011110010110101110101001000111110101000010 | e8ac9de5aea47d42 |
EUC-JP | 隰晏ョ、}B | 11110000101011101101101011100111100011101010111010001110101001000111110101000010 | f0aedae78eae8ea47d42 |
UTF-8 | 隰晏ョ、}B | 1110100110011010101100001110011010011001100011111110111110111101101011101110111110111101101001000111110101000010 | e99ab0e6998fefbdaeefbda47d42 |
UHC | ?晏??}B | 00111111111001001100111100111111001111110111110101000010 | 3fe4cf3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)