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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 丞?丞?^ | 10001111111001010011111110001111111001010011111101011110 | 8fe53f8fe53f5e |
EUC-JP | 丞?丞?^ | 10111110111001110011111110111110111001110011111101011110 | bee73fbee73f5e |
UTF-8 | 丞뼭丞몎^ | 11100100101110001001111011101011101111001010110111100100101110001001111011101011101010101000111001011110 | e4b89eebbcade4b89eebaa8e5e |
UHC | 丞뼭丞몎^ | 111000111010101010010110101100001110001110101010100100010111011001011110 | e3aa96b0e3aa91765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)