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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 轤ュ阡オ騾檳 | 11100111100000101010110111101000100101001011010111101001100000001001111101000110 | e782ade894b5e9809f46 |
EUC-JP | 轤ュ阡オ騾檳 | 111011011110001010001110101011011110111111110100100011101011010111110001111000001101110110100111 | ede28eadeff48eb5f1e0dda7 |
UTF-8 | 轤ュ阡オ騾檳 | 111010001011110110100100111011111011110110101101111010011001100010100001111011111011110110110101111010011010100010111110111001101010101010110011 | e8bda4efbdade998a1efbdb5e9a8bee6aab3 |
UHC | ??阡??檳 | 0011111100111111111101001100011000111111001111111101111010110001 | 3f3ff4c63f3fdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)