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˼^ | 111110110100100111001011101111001111101101001001110010111011110001011110 | fb49cbbcfb49cbbc5e |
SJIS-WIN | ?I???I??^ | 001111110100100100111111001111110011111101001001001111110011111101011110 | 3f493f3f3f493f3f5e |
EUC-JP | ûIË?ûIË?^ | 1000111110101011111001010100100110001111101010101011001100111111100011111010101111100101010010011000111110101010101100110011111101011110 | 8fabe5498faab33f8fabe5498faab33f5e |
UTF-8 | ûI˼ûI˼^ | 110000111011101101001001110000111000101111000010101111001100001110111011010010011100001110001011110000101011110001011110 | c3bb49c38bc2bcc3bb49c38bc2bc5e |
UHC | ?I?¼?I?¼^ | 0011111101001001001111111010100011111001001111110100100100111111101010001111100101011110 | 3f493fa8f93f493fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)