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鴉} | 111010011110101101101111111010011110101101111101 | e9eb6fe9eb7d |
EUC-JP | 鴉o鴉} | 111100101110110101101111111100101110110101111101 | f2ed6ff2ed7d |
UTF-8 | 鴉o鴉} | 1110100110110100100010010110111111101001101101001000100101111101 | e9b4896fe9b4897d |
UHC | 鴉o鴉} | 111001001011110001101111111001001011110001111101 | e4bc6fe4bc7d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)