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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 熊耕斌\ | 10001100010001101000110101101011100101010110101101011100 | 8c468d6b956b5c |
EUC-JP | 熊耕斌\ | 10110111101001111011100111001100110010011100110001011100 | b7a7b9ccc9cc5c |
UTF-8 | 熊耕斌\ | 11100111100001101000101011101000100000001001010111100110100101101000110001011100 | e7868ae88095e6968c5c |
UHC | 熊耕斌\ | 11101010101010001100110011101001110111101011000001011100 | eaa8cce9deb05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)