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 | 111001001011010110010000100011111000111101010110 | e4b5908f8f56 |
SJIS-WIN | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
EUC-JP | ä????V | 1000111110101011101000110011111100111111001111110011111101010110 | 8faba33f3f3f3f56 |
UTF-8 | äµV | 1100001110100100110000101011010111000010100100001100001010001111110000101000111101010110 | c3a4c2b5c290c28fc28f56 |
UHC | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)