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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 昇ヲY | 100011111011100011111000100011101010011001011001 | 8fb8f88ea659 |
EUC-JP | 昇?ヲY | 101111101011101000111111100011101010011001011001 | beba3f8ea659 |
UTF-8 | 昇ヲY | 11100110100110001000011111101110100110001010110111101111101111011010011001011001 | e69887ee98adefbda659 |
UHC | 昇??Y | 1110001110110000001111110011111101011001 | e3b03f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)