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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??游ζ? | 100110001010110000111111001111111001111111100000100000111100010000111111 | 98ac3f3f9fe083c43f |
EUC-JP | 豫??游ζ? | 110100001010111000111111001111111101111011100010101001101100011000111111 | d0ae3f3fdee2a6c63f |
UTF-8 | 豫뗫돆游ζ끽 | 1110100010110001101010111110101110010111101010111110101110001111100001101110011010111000101110001100111010110110111010111000000110111101 | e8b1abeb97abeb8f86e6b8b8ceb6eb81bd |
UHC | 豫뗫돆游ζ끽 | 111001111110001110001011111010111000100110010111111010101111110110100101111001101011001110100011 | e7e38beb8997eafda5e6b3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)