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 | 100110010110000011100010111111001001100101100000111000101111110001000010 | 9960e2fc9960e2fc42 |
EUC-JP | 兪紆兪紆B | 110100011100000111100100111111101101000111000001111001001111111001000010 | d1c1e4fed1c1e4fe42 |
UTF-8 | 兪紆兪紆B | 11100101100001011010101011100111101101001000011011100101100001011010101011100111101101001000011001000010 | e585aae7b486e585aae7b48642 |
UHC | 兪紆兪紆B | 111010101110010011101001111000011110101011100100111010011110000101000010 | eae4e9e1eae4e9e142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)