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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 巍??鸚?B | 1001101111011001001111110011111111101010010111110011111101000010 | 9bd93f3fea5f3f42 |
EUC-JP | 巍??鸚?B | 1101011011011011001111110011111111110011110000000011111101000010 | d6db3f3ff3c03f42 |
UTF-8 | 巍ㅿ푽鸚켴B | 11100101101101111000110111100011100001011011111111101101100100011011110111101001101110001001101011101100101111001011010001000010 | e5b78de385bfed91bde9b89aecbcb442 |
UHC | 巍ㅿ푽鸚켴B | 1110100011100100101001001110111110111110100010001110010110100100101100010110101101000010 | e8e4a4efbe88e5a4b16b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)