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??? | 0011111101001001001111110011111100111111 | 3f493f3f3f |
SJIS-WIN | 喇I盧馮羅 | 100110100110100001001001111000011011100011101001011001111001011110000101 | 9a6849e1b8e9679785 |
EUC-JP | 喇I盧馮羅 | 110100111100100101001001111000101011101011110001110010001100110111100101 | d3c949e2baf1c8cde5 |
UTF-8 | 喇I盧馮羅 | 11100101100101101000011101001001111001111001101110100111111010011010011010101110111001111011111010000101 | e5968749e79ba7e9a6aee7be85 |
UHC | 喇I盧馮羅 | 110101001111101001001001110101101101010011111001101001111101010011111110 | d4fa49d6d4f9a7d4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)