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 | ヨメ瞿ヨメ瞿^ | 110101101101001011100001110110001101011011010010111000011101100001011110 | d6d2e1d8d6d2e1d85e |
EUC-JP | ヨメ瞿ヨメ瞿^ | 10001110110101101000111011010010111000101101101010001110110101101000111011010010111000101101101001011110 | 8ed68ed2e2da8ed68ed2e2da5e |
UTF-8 | ヨメ瞿ヨメ瞿^ | 11101111101111101001011011101111101111101001001011100111100111101011111111101111101111101001011011101111101111101001001011100111100111101011111101011110 | efbe96efbe92e79ebfefbe96efbe92e79ebf5e |
UHC | ??瞿??瞿^ | 001111110011111111001111101110100011111100111111110011111011101001011110 | 3f3fcfba3f3fcfba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)