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 | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-WIN | 簑簑Q | 11110111101001111111011010110100111101111010111011100010110000001111011110100100111000101100000001010001 | f7a7f6b4f7aee2c0f7a4e2c051 |
EUC-JP | ???簑?簑Q | 001111110011111100111111111001001100001000111111111001001100001001010001 | 3f3f3fe4c23fe4c251 |
UTF-8 | 簑簑Q | 11101110100101101000101011101110100100111001101111101110100101101001000111100111101100001001000111101110100101101000011111100111101100001001000101010001 | ee968aee939bee9691e7b091ee9687e7b09151 |
UHC | ??????Q | 00111111001111110011111100111111001111110011111101010001 | 3f3f3f3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)