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 | 莊?? | 11100100101101010011111100111111 | e4b53f3f |
EUC-JP | 莊?? | 11101000101101110011111100111111 | e8b73f3f |
UTF-8 | 莊쯩쏸 | 111010001000111010001010111011001010111110101001111011001000111110111000 | e88e8aecafa9ec8fb8 |
UHC | 莊쯩쏸 | 111011011111011011000010111011011011110111111001 | edf6c2edbdf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)