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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 隱ェ髏・\ | 11101000101010101010101011101001100100001010010101011100 | e8aaaae990a55c |
EUC-JP | 隱ェ髏・\ | 111100001010110010001110101010101111000111110000100011101010010101011100 | f0ac8eaaf1f08ea55c |
UTF-8 | 隱ェ髏・\ | 11101001100110101011000111101111101111011010101011101001101010111000111111101111101111011010010101011100 | e99ab1efbdaae9ab8fefbda55c |
UHC | 隱???\ | 111010111101111100111111001111110011111101011100 | ebdf3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)