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 | 辜縁愁 | 111001111000001110001001100011111000111101000100 | e783898f8f44 |
EUC-JP | 辜縁愁 | 111011011110001110110001111011111011110110100101 | ede3b1efbda5 |
UTF-8 | 辜縁愁 | 111010001011111010011100111001111011100010000001111001101000010010000001 | e8be9ce7b881e68481 |
UHC | 辜?愁 | 1100110111010000001111111110000111111110 | cdd03fe1fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)