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 | ûU~ | 111110110101010101111110 | fb557e |
SJIS-WIN | ?U~ | 001111110101010101111110 | 3f557e |
EUC-JP | ûU~ | 1000111110101011111001010101010101111110 | 8fabe5557e |
UTF-8 | ûU~ | 11000011101110110101010101111110 | c3bb557e |
UHC | ?U~ | 001111110101010101111110 | 3f557e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)