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 | 将ウ召ツ。^ | 10001111101010111011001110001111101000101100001010100001111110000100110101011110 | 8fabb38fa2c2a1f84d5e |
EUC-JP | 将ウ召ツ。?^ | 101111101010110110001110101100111011111010100100100011101100001010001110101000010011111101011110 | bead8eb3bea48ec28ea13f5e |
UTF-8 | 将ウ召ツ。^ | 11100101101100001000011011101111101111011011001111100101100011111010110011101111101111101000001011101111101111011010000111101110100101111010110101011110 | e5b086efbdb3e58facefbe82efbda1ee97ad5e |
UHC | ??召???^ | 0011111100111111111000011010111100111111001111110011111101011110 | 3f3fe1af3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)