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 | 10011001011000001111101101010000001111110011111101000010 | 9960fb503f3f42 |
EUC-JP | 兪???B | 110100011100000100111111001111110011111101000010 | d1c13f3f3f42 |
UTF-8 | 兪瀨렦렟B | 11100101100001011010101011100111100000001010100011101011101000001010011011101011101000001001111101000010 | e585aae780a8eba0a6eba09f42 |
UHC | 兪瀨렦렟B | 111010101110010011010110111011101000111010110101100011101011000001000010 | eae4d6ee8eb58eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)