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 | SþG | 1001001001010011100100011111111001000111 | 925391fe47 |
SJIS-WIN | ?S??G | 0011111101010011001111110011111101000111 | 3f533f3f47 |
EUC-JP | ?S?þG | 00111111010100110011111110001111101010011101000001000111 | 3f533f8fa9d047 |
UTF-8 | SþG | 1100001010010010010100111100001010010001110000111011111001000111 | c29253c291c3be47 |
UHC | ?S?þG | 001111110101001100111111101010011010110101000111 | 3f533fa9ad47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)