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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 雄o | 100101110101100101101111 | 97596f |
EUC-JP | 雄o | 110011011011101001101111 | cdba6f |
UTF-8 | 雄o | 11101001100110111000010001101111 | e99b846f |
UHC | 雄o | 111010101010100101101111 | eaa96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)