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 | `åQ}`åQ{^ | 1001111101100000111001010101000101111101100111110110000011100101010100010111101101011110 | 9f60e5517d9f60e5517b5e |
SJIS-WIN | ?`?Q}?`?Q{^ | 0011111101100000001111110101000101111101001111110110000000111111010100010111101101011110 | 3f603f517d3f603f517b5e |
EUC-JP | ?`åQ}?`åQ{^ | 001111110110000010001111101010111010100101010001011111010011111101100000100011111010101110101001010100010111101101011110 | 3f608faba9517d3f608faba9517b5e |
UTF-8 | `åQ}`åQ{^ | 110000101001111101100000110000111010010101010001011111011100001010011111011000001100001110100101010100010111101101011110 | c29f60c3a5517dc29f60c3a5517b5e |
UHC | ?`?Q}?`?Q{^ | 0011111101100000001111110101000101111101001111110110000000111111010100010111101101011110 | 3f603f517d3f603f517b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)