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 | 隴ー蟲ー閧・^ | 11101000101011011011000011100101101100111011000011101000100000101010010101011110 | e8adb0e5b3b0e882a55e |
EUC-JP | 隴ー蟲ー閧・^ | 11110000101011111000111010110000111010101011010110001110101100001110111111100010100011101010010101011110 | f0af8eb0eab58eb0efe28ea55e |
UTF-8 | 隴ー蟲ー閧・^ | 11101001100110101011010011101111101111011011000011101000100111111011001011101111101111011011000011101001100101101010011111101111101111011010010101011110 | e99ab4efbdb0e89fb2efbdb0e996a7efbda55e |
UHC | ??蟲???^ | 0011111100111111111101011111100100111111001111110011111101011110 | 3f3ff5f93f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)