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 | Ô¥ËÀ | 11010100101001011100101111000000 | d4a5cbc0 |
SJIS-WIN | ?¥?? | 0011111110000001100011110011111100111111 | 3f818f3f3f |
EUC-JP | Ô?ËÀ | 10001111101010101101010000111111100011111010101010110011100011111010101010100010 | 8faad43f8faab38faaa2 |
UTF-8 | Ô¥ËÀ | 1100001110010100110000101010010111000011100010111100001110000000 | c394c2a5c38bc380 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)