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 | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 崖ュ?}B | 10001010010100101000001110000101001111110111110101000010 | 8a5283853f7d42 |
EUC-JP | 崖ュ?}B | 10110011101100111010010111100101001111110111110101000010 | b3b3a5e53f7d42 |
UTF-8 | 崖ュ뵺}B | 1110010110110100100101101110001110000011101001011110101110110101101110100111110101000010 | e5b496e383a5ebb5ba7d42 |
UHC | 崖ュ뵺}B | 1110010011110000101010111110010110010100101110000111110101000010 | e4f0abe594b87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)