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 | ?e^ | 001111110110010101011110 | 3f655e |
SJIS-WIN | 雨e^ | 10001001010010100110010101011110 | 894a655e |
EUC-JP | 雨e^ | 10110001101010110110010101011110 | b1ab655e |
UTF-8 | 雨e^ | 1110100110011011101010000110010101011110 | e99ba8655e |
UHC | 雨e^ | 11101001111010110110010101011110 | e9eb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)