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 | ???I^ | 0011111100111111001111110100100101011110 | 3f3f3f495e |
SJIS-WIN | 襞碕牡I^ | 1110010111111100100011011110101010001001101100100100100101011110 | e5fc8dea89b2495e |
EUC-JP | 襞碕牡I^ | 1110101011111110101110101110110010110010101101000100100101011110 | eafebaecb2b4495e |
UTF-8 | 襞碕牡I^ | 1110100010100101100111101110011110100010100101011110011110001001101000010100100101011110 | e8a59ee7a295e789a1495e |
UHC | ??牡I^ | 001111110011111111011001110000000100100101011110 | 3f3fd9c0495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)