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 | 捨鹿軸 | 100011101100110010001110101011011000111010110010 | 8ecc8ead8eb2 |
EUC-JP | 捨鹿軸 | 101111001100111010111100101011111011110010110100 | bccebcafbcb4 |
UTF-8 | 捨鹿軸 | 111001101000110110101000111010011011100110111111111010001011101110111000 | e68da8e9b9bfe8bbb8 |
UHC | 捨鹿軸 | 110111101101011111010110111000111111010111101110 | ded7d6e3f5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)