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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 誰側損\ | 10010010010011101001000110100100100100011011100101011100 | 924e91a491b95c |
EUC-JP | 誰側損\ | 11000011101011111100001010100110110000101011101101011100 | c3afc2a6c2bb5c |
UTF-8 | 誰側損\ | 11101000101010101011000011100101100000011011010011100110100100001000110101011100 | e8aab0e581b4e6908d5c |
UHC | 誰側損\ | 11100010110000011111011010110000111000011101111101011100 | e2c1f6b0e1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)