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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨丈颶 | 100011101100110010001111111001001110100101000110 | 8ecc8fe4e946 |
EUC-JP | 捨丈颶 | 101111001100111010111110111001101111000110100111 | bccebee6f1a7 |
UTF-8 | 捨丈颶 | 111001101000110110101000111001001011100010001000111010011010001010110110 | e68da8e4b888e9a2b6 |
UHC | 捨丈? | 1101111011010111111011011101101100111111 | ded7eddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)