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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 兪???諄 | 10011001011000000011111100111111001111111110011001111000 | 99603f3f3fe678 |
EUC-JP | 兪???諄 | 11010001110000010011111100111111001111111110101111011001 | d1c13f3f3febd9 |
UTF-8 | 兪고렔렟諄 | 111001011000010110101010111010101011001110100000111010111010000010010100111010111010000010011111111010001010101110000100 | e585aaeab3a0eba094eba09fe8ab84 |
UHC | 兪고렔렟諄 | 11101010111001001011000011101101100011101010100110001110101100001110001011110100 | eae4b0ed8ea98eb0e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)