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 | ?· | 0011111110110111 | 3fb7 |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | 瀣? | 10001111110010011011000100111111 | 8fc9b13f |
UTF-8 | 瀣· | 1110011110000000101000111100001010110111 | e780a3c2b7 |
UHC | 瀣· | 11111010101011101010000110100100 | faaea1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)