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 | âv}âv{^ | 11100010011101100111110111100010011101100111101101011110 | e2767de2767b5e |
SJIS-WIN | ?v}?v{^ | 00111111011101100111110100111111011101100111101101011110 | 3f767d3f767b5e |
EUC-JP | âv}âv{^ | 1000111110101011101001000111011001111101100011111010101110100100011101100111101101011110 | 8faba4767d8faba4767b5e |
UTF-8 | âv}âv{^ | 110000111010001001110110011111011100001110100010011101100111101101011110 | c3a2767dc3a2767b5e |
UHC | ?v}?v{^ | 00111111011101100111110100111111011101100111101101011110 | 3f767d3f767b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)