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 | 譖耶ゥエ岦ヲ^ | 11100110100110111001011011101011101010011011010011111010101011001010011001011110 | e69b96eba9b4faaca65e |
EUC-JP | 譖耶ゥエ岦ヲ^ | 1110101111111011110011001110110110001110101010011000111010110100100011111011101110110011100011101010011001011110 | ebfbcced8ea98eb48fbbb38ea65e |
UTF-8 | 譖耶ゥエ岦ヲ^ | 11101000101011011001011011101000100000001011011011101111101111011010100111101111101111011011010011100101101100101010011011101111101111011010011001011110 | e8ad96e880b6efbda9efbdb4e5b2a6efbda65e |
UHC | ?耶????^ | 0011111111100101101011010011111100111111001111110011111101011110 | 3fe5ad3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)