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 | ?A | 0011111101000001 | 3f41 |
SJIS-WIN | 頻A | 100101010111000001000001 | 957041 |
EUC-JP | 頻A | 110010011101000101000001 | c9d141 |
UTF-8 | 頻A | 11101001101000001011101101000001 | e9a0bb41 |
UHC | 頻A | 110111101011101001000001 | deba41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)