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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讓零ェゥ | 111001101010100010010111111010111010101010101001 | e6a897ebaaa9 |
EUC-JP | 讓零ェゥ | 1110110010101010110011101110110110001110101010101000111010101001 | ecaaceed8eaa8ea9 |
UTF-8 | 讓零ェゥ | 111010001010111010010011111010011001101110110110111011111011110110101010111011111011110110101001 | e8ae93e99bb6efbdaaefbda9 |
UHC | 讓零?? | 111001011101001111010110110000110011111100111111 | e5d3d6c33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)