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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 騾晉ュャ逶 | 1110100110000000100111011110011110101101101011001110011110011011 | e9809de7adace79b |
EUC-JP | 騾晉ュャ逶 | 11110001111000001101101011101001100011101010110110001110101011001110110111111011 | f1e0dae98ead8eacedfb |
UTF-8 | 騾晉ュャ逶 | 111010011010100010111110111001101001100110001001111011111011110110101101111011111011110110101100111010011000000010110110 | e9a8bee69989efbdadefbdace980b6 |
UHC | ?晉??? | 001111111111001011001011001111110011111100111111 | 3ff2cb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)