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 | 鄂鷹〝 | 111001111011110110010001111010011000011110000000 | e7bd91e98780 |
EUC-JP | 鄂鷹? | 1110111010111111110000101110101100111111 | eebfc2eb3f |
UTF-8 | 鄂鷹〝 | 111010011000010010000010111010011011011110111001111000111000000010011101 | e98482e9b7b9e3809d |
UHC | 鄂鷹? | 1110010011000111111010111110110100111111 | e4c7ebed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)