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 | ??g? | 00111111001111110110011100111111 | 3f3f673f |
SJIS-WIN | 郁?g贓 | 100010001110100000111111011001111110011011011001 | 88e83f67e6d9 |
EUC-JP | 郁?g贓 | 101100001110101000111111011001111110110011011011 | b0ea3f67ecdb |
UTF-8 | 郁렪g贓 | 11101001100000111000000111101011101000001010101001100111111010001011010010010011 | e98381eba0aa67e8b493 |
UHC | 郁렪g贓 | 11101001111101001000111010111000011001111110110111111100 | e9f48eb867edfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)