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æxB | 11000011101001100111100011000011101001100111100001000010 | c3a678c3a67842 |
SJIS-WIN | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
EUC-JP | æxæxB | 100011111010101010101010100011111010001011000011011110001000111110101010101010101000111110100010110000110111100001000010 | 8faaaa8fa2c3788faaaa8fa2c37842 |
UTF-8 | æxæxB | 1100001110000011110000101010011001111000110000111000001111000010101001100111100001000010 | c383c2a678c383c2a67842 |
UHC | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)