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 | ÈÌð³ | 11001000110011001111000010110011 | c8ccf0b3 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ÈÌð? | 10001111101010101011001010001111101010101100000010001111101010011100001100111111 | 8faab28faac08fa9c33f |
UTF-8 | ÈÌð³ | 1100001110001000110000111000110011000011101100001100001010110011 | c388c38cc3b0c2b3 |
UHC | ??ð³ | 001111110011111110101001101000111010100111111000 | 3f3fa9a3a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)