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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 覽щ祈^ | 11100110010101001000010010001011100010110100011001011110 | e654848b8b465e |
EUC-JP | 覽щ祈^ | 11101011101101011010011111101011101101011010011101011110 | ebb5a7ebb5a75e |
UTF-8 | 覽щ祈^ | 111010001010011010111101110100011000100111100111101001011000100001011110 | e8a6bdd189e7a5885e |
UHC | 覽щ祈^ | 11010101110000101010110011101011110100011011011101011110 | d5c2acebd1b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)