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 | ?D^ | 001111110100010001011110 | 3f445e |
SJIS-WIN | 雨D^ | 10001001010010100100010001011110 | 894a445e |
EUC-JP | 雨D^ | 10110001101010110100010001011110 | b1ab445e |
UTF-8 | 雨D^ | 1110100110011011101010000100010001011110 | e99ba8445e |
UHC | 雨D^ | 11101001111010110100010001011110 | e9eb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)