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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 踟脇 | 11100110111101111001100001100101 | e6f79865 |
EUC-JP | 踟脇 | 11101100111110011100111111000110 | ecf9cfc6 |
UTF-8 | 踟脇 | 111010001011100010011111111010001000010010000111 | e8b89fe88487 |
UHC | ?脇 | 001111111111101011110111 | 3ffaf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)