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 | 1110011001011011100110100111110001010110 | e65b9a7c56 |
SJIS-WIN | ?[?|V | 0011111101011011001111110111110001010110 | 3f5b3f7c56 |
EUC-JP | æ[?|V | 10001111101010011100000101011011001111110111110001010110 | 8fa9c15b3f7c56 |
UTF-8 | æ[|V | 11000011101001100101101111000010100110100111110001010110 | c3a65bc29a7c56 |
UHC | æ[?|V | 101010011010000101011011001111110111110001010110 | a9a15b3f7c56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)