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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬢傀棆ツュ | 1110100110100100100110001111100010011110101100001100001010101101 | e9a498f89eb0c2ad |
EUC-JP | 鬢傀棆ツュ | 11110010101001101101000011111010110111001011001010001110110000101000111010101101 | f2a6d0fadcb28ec28ead |
UTF-8 | 鬢傀棆ツュ | 111010011010110010100010111001011000001010000000111001101010001110000110111011111011111010000010111011111011110110101101 | e9aca2e58280e6a386efbe82efbdad |
UHC | ?傀??? | 001111111100111011010011001111110011111100111111 | 3fced33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)