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 | äV« | 111001000101011010000010100011001000110010101011 | e456828c8cab |
SJIS-WIN | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
EUC-JP | äV???? | 1000111110101011101000110101011000111111001111110011111100111111 | 8faba3563f3f3f3f |
UTF-8 | äV« | 1100001110100100010101101100001010000010110000101000110011000010100011001100001010101011 | c3a456c282c28cc28cc2ab |
UHC | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)