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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 将ウ召エ「フ^ | 100011111010101110110011100011111010001010110100101000101100110001011110 | 8fabb38fa2b4a2cc5e |
EUC-JP | 将ウ召エ「フ^ | 10111110101011011000111010110011101111101010010010001110101101001000111010100010100011101100110001011110 | bead8eb3bea48eb48ea28ecc5e |
UTF-8 | 将ウ召エ「フ^ | 11100101101100001000011011101111101111011011001111100101100011111010110011101111101111011011010011101111101111011010001011101111101111101000110001011110 | e5b086efbdb3e58facefbdb4efbda2efbe8c5e |
UHC | ??召???^ | 0011111100111111111000011010111100111111001111110011111101011110 | 3f3fe1af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)