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 | 実射実射^ | 10001110110000001000111011001011111100101100000010001110110000001000111011001011111100101100000001011110 | 8ec08ecbf2c08ec08ecbf2c05e |
EUC-JP | 実射?実射?^ | 1011110011000010101111001100110100111111101111001100001010111100110011010011111101011110 | bcc2bccd3fbcc2bccd3f5e |
UTF-8 | 実射実射^ | 11100101101011101001111111100101101100001000010011101110100001111011011111100101101011101001111111100101101100001000010011101110100001111011011101011110 | e5ae9fe5b084ee87b7e5ae9fe5b084ee87b75e |
UHC | ?射??射?^ | 001111111101111011010010001111110011111111011110110100100011111101011110 | 3fded23f3fded23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)