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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜①К靄 | 1001011101101010100001110100000010000100010010111110100011001001 | 976a8740844be8c9 |
EUC-JP | 曜?К靄 | 11001101110010110011111110100111101011001111000011001011 | cdcb3fa7acf0cb |
UTF-8 | 曜①К靄 | 1110011010011011100111001110001010010001101000001101000010011010111010011001110110000100 | e69b9ce291a0d09ae99d84 |
UHC | 曜①К靄 | 1110100011111000101010001110011110101100101011001110010011110111 | e8f8a8e7acace4f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)