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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 竣?竣?^ | 10001111011101100011111110001111011101100011111101011110 | 8f763f8f763f5e |
EUC-JP | 竣?竣?^ | 10111101110101110011111110111101110101110011111101011110 | bdd73fbdd73f5e |
UTF-8 | 竣쌨竣쌤^ | 11100111101010111010001111101100100011001010100011100111101010111010001111101100100011001010010001011110 | e7aba3ec8ca8e7aba3ec8ca45e |
UHC | 竣쌨竣쌤^ | 111100011110001010111101110111101111000111100010101111011101110001011110 | f1e2bddef1e2bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)