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 | 貂ヲ~ | 11100110101110001010011001111110 | e6b8a67e |
EUC-JP | 貂ヲ~ | 1110110010111010100011101010011001111110 | ecba8ea67e |
UTF-8 | 貂ヲ~ | 11101000101100101000001011101111101111011010011001111110 | e8b282efbda67e |
UHC | 貂?~ | 11110101101100000011111101111110 | f5b03f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)