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 | 10011000110100000011111110001000111110100011111101000010 | 98d03f88fa3f42 |
EUC-JP | 侑?淫?B | 11010000110100100011111110110000111111000011111101000010 | d0d23fb0fc3f42 |
UTF-8 | 侑렟淫렟B | 11100100101111101001000111101011101000001001111111100110101101111010101111101011101000001001111101000010 | e4be91eba09fe6b7abeba09f42 |
UHC | 侑렟淫렟B | 111010101110001010001110101100001110101111100010100011101011000001000010 | eae28eb0ebe28eb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)