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 | 罔醇掘葆 | 1110001110100110100011111000011010001100010000001110010011011100 | e3a68f868c40e4dc |
EUC-JP | 罔醇掘葆 | 1110011010101000101111011110011010110111101000011110100011011110 | e6a8bde6b7a1e8de |
UTF-8 | 罔醇掘葆 | 111001111011110110010100111010011000011010000111111001101000111010011000111010001001000110000110 | e7bd94e98687e68e98e89186 |
UHC | 罔醇掘? | 11011000110100101110001011110101110011111101111000111111 | d8d2e2f5cfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)