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@h | 1110000001110110100111100100000001101000 | e0769e4068 |
SJIS-WIN | ?v?@h | 0011111101110110001111110100000001101000 | 3f763f4068 |
EUC-JP | àv?@h | 10001111101010111010001001110110001111110100000001101000 | 8faba2763f4068 |
UTF-8 | àv@h | 11000011101000000111011011000010100111100100000001101000 | c3a076c29e4068 |
UHC | ?v?@h | 0011111101110110001111110100000001101000 | 3f763f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)