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 | EV§hEV | 1001001001000101100100100101011010010001101001110110100010010010010001011001001001010110 | 9245925691a76892459256 |
SJIS-WIN | ?E?V?§h?E?V | 001111110100010100111111010101100011111110000001100110000110100000111111010001010011111101010110 | 3f453f563f8198683f453f56 |
EUC-JP | ?E?V?§h?E?V | 001111110100010100111111010101100011111110100001111110000110100000111111010001010011111101010110 | 3f453f563fa1f8683f453f56 |
UTF-8 | EV§hEV | 1100001010010010010001011100001010010010010101101100001010010001110000101010011101101000110000101001001001000101110000101001001001010110 | c29245c29256c291c2a768c29245c29256 |
UHC | ?E?V?§h?E?V | 001111110100010100111111010101100011111110100001110101110110100000111111010001010011111101010110 | 3f453f563fa1d7683f453f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)