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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 嶸ッ巐嗷{d | 111110101011010010101111111110101011011010011010011100100111101101100100 | fab4affab69a727b64 |
EUC-JP | 嶸ッ巐嗷{d | 100011111011101111110100100011101010111110001111101110111111100111010011110100110111101101100100 | 8fbbf48eaf8fbbf9d3d37b64 |
UTF-8 | 嶸ッ巐嗷{d | 1110010110110110101110001110111110111101101011111110010110110111100100001110010110010111101101110111101101100100 | e5b6b8efbdafe5b790e597b77b64 |
UHC | 嶸???{d | 11100111101011100011111100111111001111110111101101100100 | e7ae3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)