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 | Ê÷x | 110010101111011101111000 | caf778 |
SJIS-WIN | ?÷x | 00111111100000011000000001111000 | 3f818078 |
EUC-JP | Ê÷x | 100011111010101010110100101000011110000001111000 | 8faab4a1e078 |
UTF-8 | Ê÷x | 1100001110001010110000111011011101111000 | c38ac3b778 |
UHC | ?÷x | 00111111101000011100000001111000 | 3fa1c078 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)