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 | þw}þw{^ | 100100011111111001110111011111011001000111111110011101110111101101011110 | 91fe777d91fe777b5e |
SJIS-WIN | ??w}??w{^ | 001111110011111101110111011111010011111100111111011101110111101101011110 | 3f3f777d3f3f777b5e |
EUC-JP | ?þw}?þw{^ | 00111111100011111010100111010000011101110111110100111111100011111010100111010000011101110111101101011110 | 3f8fa9d0777d3f8fa9d0777b5e |
UTF-8 | þw}þw{^ | 11000010100100011100001110111110011101110111110111000010100100011100001110111110011101110111101101011110 | c291c3be777dc291c3be777b5e |
UHC | ?þw}?þw{^ | 0011111110101001101011010111011101111101001111111010100110101101011101110111101101011110 | 3fa9ad777d3fa9ad777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)