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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | シホ赧シホ赧B | 101111001100111011100110110111011011110011001110111001101101110101000010 | bccee6ddbccee6dd42 |
EUC-JP | シホ赧シホ赧B | 10001110101111001000111011001110111011001101111110001110101111001000111011001110111011001101111101000010 | 8ebc8eceecdf8ebc8eceecdf42 |
UTF-8 | シホ赧シホ赧B | 11101111101111011011110011101111101111101000111011101000101101011010011111101111101111011011110011101111101111101000111011101000101101011010011101000010 | efbdbcefbe8ee8b5a7efbdbcefbe8ee8b5a742 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)