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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬆絶賦 | 111010011010000010010000111000101001010110001010 | e9a090e2958a |
EUC-JP | 鬆絶賦 | 111100101010001011000000111001001100100111101010 | f2a2c0e4c9ea |
UTF-8 | 鬆絶賦 | 111010011010110010000110111001111011010110110110111010001011001110100110 | e9ac86e7b5b6e8b3a6 |
UHC | ?絶賦 | 0011111111101111101111101101110110110111 | 3fefbeddb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)