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 | ??F[}??F[{^ | 0011111100111111010001100101101101111101001111110011111101000110010110110111101101011110 | 3f3f465b7d3f3f465b7b5e |
SJIS-WIN | セョF[}セョF[{^ | 1011111010101110010001100101101101111101101111101010111001000110010110110111101101011110 | beae465b7dbeae465b7b5e |
EUC-JP | セョF[}セョF[{^ | 100011101011111010001110101011100100011001011011011111011000111010111110100011101010111001000110010110110111101101011110 | 8ebe8eae465b7d8ebe8eae465b7b5e |
UTF-8 | セョF[}セョF[{^ | 11101111101111011011111011101111101111011010111001000110010110110111110111101111101111011011111011101111101111011010111001000110010110110111101101011110 | efbdbeefbdae465b7defbdbeefbdae465b7b5e |
UHC | ??F[}??F[{^ | 0011111100111111010001100101101101111101001111110011111101000110010110110111101101011110 | 3f3f465b7d3f3f465b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)