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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ーアチ・^ | 1011000010110001110000011010010101011110 | b0b1c1a55e |
EUC-JP | ーアチ・^ | 100011101011000010001110101100011000111011000001100011101010010101011110 | 8eb08eb18ec18ea55e |
UTF-8 | ーアチ・^ | 11101111101111011011000011101111101111011011000111101111101111101000000111101111101111011010010101011110 | efbdb0efbdb1efbe81efbda55e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)