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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 謔定キ蘖 | 11100110100000101001001011101000101101111001111101010000 | e68292e8b79f50 |
EUC-JP | 謔定キ蘖 | 1110101111100010110001001110101010001110101101111101110110110001 | ebe2c4ea8eb7ddb1 |
UTF-8 | 謔定キ蘖 | 111010001010110010010100111001011010111010011010111011111011110110110111111010001001100010010110 | e8ac94e5ae9aefbdb7e89896 |
UHC | 謔定?蘖 | 11111001110011001110111111010010001111111110010111101110 | f9ccefd23fe5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)