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 | ?U?U^ | 0011111101010101001111110101010101011110 | 3f553f555e |
SJIS-WIN | 短U短U^ | 10010010010110100101010110010010010110100101010101011110 | 925a55925a555e |
EUC-JP | 短U短U^ | 11000011101110110101010111000011101110110101010101011110 | c3bb55c3bb555e |
UTF-8 | 短U短U^ | 111001111001111110101101010101011110011110011111101011010101010101011110 | e79fad55e79fad555e |
UHC | 短U短U^ | 11010011101011010101010111010011101011010101010101011110 | d3ad55d3ad555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)