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 | セリ汐 | 10111110110110001000111010101100 | bed88eac |
EUC-JP | セリ汐 | 100011101011111010001110110110001011110010101110 | 8ebe8ed8bcae |
UTF-8 | セリ汐 | 111011111011110110111110111011111011111010011000111001101011000110010000 | efbdbeefbe98e6b190 |
UHC | ??汐 | 00111111001111111110000010110001 | 3f3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)