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 | ?@?@B | 0011111101000000001111110100000001000010 | 3f403f4042 |
SJIS-WIN | 擁@擁@B | 10010111011010010100000010010111011010010100000001000010 | 97694097694042 |
EUC-JP | 擁@擁@B | 11001101110010100100000011001101110010100100000001000010 | cdca40cdca4042 |
UTF-8 | 擁@擁@B | 111001101001001110000001010000001110011010010011100000010100000001000010 | e6938140e693814042 |
UHC | 擁@擁@B | 11101000101101100100000011101000101101100100000001000010 | e8b640e8b64042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)