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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 膳D膳D^ | 10010001010101100100010010010001010101100100010001011110 | 9156449156445e |
EUC-JP | 膳D膳D^ | 11000001101101110100010011000001101101110100010001011110 | c1b744c1b7445e |
UTF-8 | 膳D膳D^ | 111010001000011010110011010001001110100010000110101100110100010001011110 | e886b344e886b3445e |
UHC | 膳D膳D^ | 11100000110011100100010011100000110011100100010001011110 | e0ce44e0ce445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)