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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
EUC-JP | 孼????BF | 100011111011101011000011001111110011111100111111001111110100001001000110 | 8fbac33f3f3f3f4246 |
UTF-8 | 孼꾨툖李쨚BF | 1110010110101101101111001110101010111110101010001110110110001000100101101110111110100111101000011110110010101000100110100100001001000110 | e5adbceabea8ed8896efa7a1eca89a4246 |
UHC | 孼꾨툖李쨚BF | 111001011110110110000100111010111011100010001101111011001011000010100100011011110100001001000110 | e5ed84ebb88decb0a46f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)