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 | 巍??鸚?^ | 1001101111011001001111110011111111101010010111110011111101011110 | 9bd93f3fea5f3f5e |
EUC-JP | 巍??鸚?^ | 1101011011011011001111110011111111110011110000000011111101011110 | d6db3f3ff3c03f5e |
UTF-8 | 巍ㅿ푽鸚켧^ | 11100101101101111000110111100011100001011011111111101101100100011011110111101001101110001001101011101100101111001010011101011110 | e5b78de385bfed91bde9b89aecbca75e |
UHC | 巍ㅿ푽鸚켧^ | 1110100011100100101001001110111110111110100010001110010110100100101100010110001101011110 | e8e4a4efbe88e5a4b1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)