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 | 100011111011101001101111 | 8fba6f |
EUC-JP | 昭o | 101111101011110001101111 | bebc6f |
UTF-8 | 昭o | 11100110100110001010110101101111 | e698ad6f |
UHC | 昭o | 111000011011100101101111 | e1b96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)