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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | '嫉鶯汐 | 1111101001010110100011101011100111101001111100101000111010101100 | fa568eb9e9f28eac |
EUC-JP | ?嫉鶯汐 | 00111111101111001011101111110010111101001011110010101110 | 3fbcbbf2f4bcae |
UTF-8 | '嫉鶯汐 | 111011111011110010000111111001011010101110001001111010011011011010101111111001101011000110010000 | efbc87e5ab89e9b6afe6b190 |
UHC | '嫉鶯汐 | 1010001110100111111100101110110011100101101000111110000010110001 | a3a7f2ece5a3e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)