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?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-WIN | o} | 111100101100000101101111111100101100000101111101 | f2c16ff2c17d |
EUC-JP | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
UTF-8 | o} | 1110111010000111101110000110111111101110100001111011100001111101 | ee87b86fee87b87d |
UHC | ?o?} | 00111111011011110011111101111101 | 3f6f3f7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)