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^ | 10011010010011000101010110011010010011000101010101011110 | 9a4c559a4c555e |
EUC-JP | 哭U哭U^ | 11010011101011010101010111010011101011010101010101011110 | d3ad55d3ad555e |
UTF-8 | 哭U哭U^ | 111001011001001110101101010101011110010110010011101011010101010101011110 | e593ad55e593ad555e |
UHC | 哭U哭U^ | 11001101110101100101010111001101110101100101010101011110 | cdd655cdd6555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)