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 | þH}þH{^ | 100100011111111001001000011111011001000111111110010010000111101101011110 | 91fe487d91fe487b5e |
SJIS-WIN | ??H}??H{^ | 001111110011111101001000011111010011111100111111010010000111101101011110 | 3f3f487d3f3f487b5e |
EUC-JP | ?þH}?þH{^ | 00111111100011111010100111010000010010000111110100111111100011111010100111010000010010000111101101011110 | 3f8fa9d0487d3f8fa9d0487b5e |
UTF-8 | þH}þH{^ | 11000010100100011100001110111110010010000111110111000010100100011100001110111110010010000111101101011110 | c291c3be487dc291c3be487b5e |
UHC | ?þH}?þH{^ | 0011111110101001101011010100100001111101001111111010100110101101010010000111101101011110 | 3fa9ad487d3fa9ad487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)