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 | 們゚チ | 10011000111011001101111111000001 | 98ecdfc1 |
EUC-JP | 們゚チ | 110100001110111010001110110111111000111011000001 | d0ee8edf8ec1 |
UTF-8 | 們゚チ | 111001011000000010010001111011111011111010011111111011111011111010000001 | e58091efbe9fefbe81 |
UHC | 們?? | 11011001111110100011111100111111 | d9fa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)