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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?汾??庚^ | 0011111110011111100100000011111100111111100011010100110101011110 | 3f9f903f3f8d4d5e |
EUC-JP | ?汾??庚^ | 0011111111011101111100000011111100111111101110011010111001011110 | 3fddf03f3fb9ae5e |
UTF-8 | 뤒汾欄쭁庚^ | 11101011101001001001001011100110101100011011111011101111101001001001110111101100101011011000000111100101101110101001101001011110 | eba492e6b1beefa49decad81e5ba9a5e |
UHC | 뤒汾欄쭁庚^ | 1000111111000010110111011100110011010001111011011100001011011101110011001101001001011110 | 8fc2ddccd1edc2ddccd25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)