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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謠冶エ碑「ョ | 111001101000111110010110111010001011010010010100111010001010001010101110 | e68f96e8b494e8a2ae |
EUC-JP | 謠冶エ碑「ョ | 111010111110111111001100111010101000111010110100110010001110101010001110101000101000111010101110 | ebefccea8eb4c8ea8ea28eae |
UTF-8 | 謠冶エ碑「ョ | 111010001010110010100000111001011000011010110110111011111011110110110100111001111010001010010001111011111011110110100010111011111011110110101110 | e8aca0e586b6efbdb4e7a291efbda2efbdae |
UHC | 謠冶?碑?? | 111010011010101011100101101001110011111111011101111110000011111100111111 | e9aae5a73fddf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)