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 | Ãb | 10001000110000111001001101100010 | 88c39362 |
SJIS-WIN | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
EUC-JP | ?Ã?b | 001111111000111110101010101010100011111101100010 | 3f8faaaa3f62 |
UTF-8 | Ãb | 11000010100010001100001110000011110000101001001101100010 | c288c383c29362 |
UHC | ???b | 00111111001111110011111101100010 | 3f3f3f62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)