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 | þI}þI{^ | 100100011111111001001001011111011001000111111110010010010111101101011110 | 91fe497d91fe497b5e |
SJIS-WIN | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
EUC-JP | ?þI}?þI{^ | 00111111100011111010100111010000010010010111110100111111100011111010100111010000010010010111101101011110 | 3f8fa9d0497d3f8fa9d0497b5e |
UTF-8 | þI}þI{^ | 11000010100100011100001110111110010010010111110111000010100100011100001110111110010010010111101101011110 | c291c3be497dc291c3be497b5e |
UHC | ?þI}?þI{^ | 0011111110101001101011010100100101111101001111111010100110101101010010010111101101011110 | 3fa9ad497d3fa9ad497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)