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 | ç~©QV | 1110011101111110100100001000100110001010101010010101000101010110 | e77e90898aa95156 |
SJIS-WIN | ?~????QV | 0011111101111110001111110011111100111111001111110101000101010110 | 3f7e3f3f3f3f5156 |
EUC-JP | ç~???©QV | 100011111010101110101110011111100011111100111111001111111000111110100010111011010101000101010110 | 8fabae7e3f3f3f8fa2ed5156 |
UTF-8 | ç~©QV | 11000011101001110111111011000010100100001100001010001001110000101000101011000010101010010101000101010110 | c3a77ec290c289c28ac2a95156 |
UHC | ?~????QV | 0011111101111110001111110011111100111111001111110101000101010110 | 3f7e3f3f3f3f5156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)