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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邱」讀ス迪ゥ | 111001111011011110100011111001101010010010111101111001111000110010101001 | e7b7a3e6a4bde78ca9 |
EUC-JP | 邱」讀ス迪ゥ | 111011101011100110001110101000111110110010100110100011101011110111101101111011001000111010101001 | eeb98ea3eca68ebdedec8ea9 |
UTF-8 | 邱」讀ス迪ゥ | 111010011000001010110001111011111011110110100011111010001010111010000000111011111011110110111101111010001011111110101010111011111011110110101001 | e982b1efbda3e8ae80efbdbde8bfaaefbda9 |
UHC | 邱?讀?迪? | 110011111100100000111111110101001100000100111111111011101110100000111111 | cfc83fd4c13feee83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)