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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蛇貽\ | 1000111011010110111001101100010001011100 | 8ed6e6c45c |
EUC-JP | 蛇貽\ | 1011110011011000111011001100011001011100 | bcd8ecc65c |
UTF-8 | 蛇貽\ | 11101000100110111000011111101000101100101011110101011100 | e89b87e8b2bd5c |
UHC | 蛇貽\ | 1101111011101111111011001100001001011100 | deefecc25c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)