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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 質治~ | 1000111010111111100011101010000101111110 | 8ebf8ea17e |
EUC-JP | 質治~ | 1011110011000001101111001010001101111110 | bcc1bca37e |
UTF-8 | 質治~ | 11101000101100111010101011100110101100101011101101111110 | e8b3aae6b2bb7e |
UHC | 質治~ | 1111001011110101111101101011110101111110 | f2f5f6bd7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)