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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 嶸鋒嶸鋒B | 111110101011010010010110010011101111101010110100100101100100111001000010 | fab4964efab4964e42 |
EUC-JP | 嶸鋒嶸鋒B | 1000111110111011111101001100101110101111100011111011101111110100110010111010111101000010 | 8fbbf4cbaf8fbbf4cbaf42 |
UTF-8 | 嶸鋒嶸鋒B | 11100101101101101011100011101001100010111001001011100101101101101011100011101001100010111001001001000010 | e5b6b8e98b92e5b6b8e98b9242 |
UHC | 嶸鋒嶸鋒B | 111001111010111011011100111100101110011110101110110111001111001001000010 | e7aedcf2e7aedcf242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)