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 | 1110000011001011111000011000100001010110 | e0cbe18856 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | àËá?V | 1000111110101011101000101000111110101010101100111000111110101011101000010011111101010110 | 8faba28faab38faba13f56 |
UTF-8 | àËáV | 110000111010000011000011100010111100001110100001110000101000100001010110 | c3a0c38bc3a1c28856 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)