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 | 羇矩芥裝 | 1110001110110010100010111110100110001010010010001110010111100100 | e3b28be98a48e5e4 |
EUC-JP | 羇矩芥裝 | 1110011010110100101101101110101110110011101010011110101011100110 | e6b4b6ebb3a9eae6 |
UTF-8 | 羇矩芥裝 | 111001111011111010000111111001111001111110101001111010001000101010100101111010001010001110011101 | e7be87e79fa9e88aa5e8a39d |
UHC | ?矩芥裝 | 00111111110011111011101111001011110011101110110111111011 | 3fcfbbcbceedfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)