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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 但綻狸損\ | 100100100100000110010010010111011001001001001011100100011011100101011100 | 9241925d924b91b95c |
EUC-JP | 但綻狸損\ | 110000111010001011000011101111101100001110101100110000101011101101011100 | c3a2c3bec3acc2bb5c |
UTF-8 | 但綻狸損\ | 11100100101111011000011011100111101101101011101111100111100010111011100011100110100100001000110101011100 | e4bd86e7b6bbe78bb8e6908d5c |
UHC | 但綻狸損\ | 110100111010001111110111101010101101011111100001111000011101111101011100 | d3a3f7aad7e1e1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)