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 | ?Vy | 001111110101011001111001 | 3f5679 |
SJIS-WIN | 琥Vy | 11100000111001100101011001111001 | e0e65679 |
EUC-JP | 琥Vy | 11100000111010000101011001111001 | e0e85679 |
UTF-8 | 琥Vy | 1110011110010000101001010101011001111001 | e790a55679 |
UHC | 琥Vy | 11111011110100000101011001111001 | fbd05679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)