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 | 靠セネ | 11101000110011111011111011001000 | e8cfbec8 |
EUC-JP | 靠セネ | 111100001101000110001110101111101000111011001000 | f0d18ebe8ec8 |
UTF-8 | 靠セネ | 111010011001110110100000111011111011110110111110111011111011111010001000 | e99da0efbdbeefbe88 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)