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 | ???]H | 0011111100111111001111110101110101001000 | 3f3f3f5d48 |
SJIS-WIN | 娃??]H | 100010001010000100111111001111110101110101001000 | 88a13f3f5d48 |
EUC-JP | 娃??]H | 101100001010001100111111001111110101110101001000 | b0a33f3f5d48 |
UTF-8 | 娃쒐떻]H | 1110010110101000100000111110110010010010100100001110101110010110101110110101110101001000 | e5a883ec9290eb96bb5d48 |
UHC | 娃쒐떻]H | 1110100011011111100111001110011110110110101110110101110101001000 | e8df9ce7b6bb5d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)