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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ゚リ籠B | 11011111110110001110001011000100111101101101010001000010 | dfd8e2c4f6d442 |
EUC-JP | ゚リ籠?B | 1000111011011111100011101101100011100100110001100011111101000010 | 8edf8ed8e4c63f42 |
UTF-8 | ゚リ籠B | 11101111101111101001111111101111101111101001100011100111101100011010000011101110100100111011101101000010 | efbe9fefbe98e7b1a0ee93bb42 |
UHC | ??籠?B | 001111110011111111010110111010110011111101000010 | 3f3fd6eb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)