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 | 100110010110000000111111001111110011111101000010 | 99603f3f3f42 |
EUC-JP | 兪???B | 110100011100000100111111001111110011111101000010 | d1c13f3f3f42 |
UTF-8 | 兪뀁렣렑B | 11100101100001011010101011101011100000001000000111101011101000001010001111101011101000001001000101000010 | e585aaeb8081eba0a3eba09142 |
UHC | 兪뀁렣렑B | 111010101110010010110010111011001000111010110100100011101010011001000010 | eae4b2ec8eb48ea642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)