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 | ?ワ┝ | 0011111110000011100011111000010010111010 | 3f838f84ba |
EUC-JP | 庾ワ┝ | 10001111101111001100111010100101111011111010100010111100 | 8fbccea5efa8bc |
UTF-8 | 庾ワ┝ | 111001011011101010111110111000111000001110101111111000101001010010011101 | e5babee383afe2949d |
UHC | 庾ワ┝ | 111010101110110010101011111011111010011010111100 | eaecabefa6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)