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 | 繒孟?掌 | 11111011100011111001011011010000001111111000111110110110 | fb8f96d03f8fb6 |
EUC-JP | 繒孟?掌 | 1000111111010100110101001100110011010010001111111011111010111000 | 8fd4d4ccd23fbeb8 |
UTF-8 | 繒孟짼掌 | 111001111011100110010010111001011010110110011111111011001010011110111100111001101000111010001100 | e7b992e5ad9feca7bce68e8c |
UHC | 繒孟짼掌 | 1111000111111001110110001110101111000010101100101110110111100110 | f1f9d8ebc2b2ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)