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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ∵?H | 10000001111001100011111101001000 | 81e63f48 |
EUC-JP | ∵?H | 10100010111010000011111101001000 | a2e83f48 |
UTF-8 | ∵∼H | 11100010100010001011010111100010100010001011110001001000 | e288b5e288bc48 |
UHC | ∵∼H | 1010000111110001101000011010110101001000 | a1f1a1ad48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)