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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟇倩ュ錬 | 11100101101011111001100011101000101011011001100001000010 | e5af98e8ad9842 |
EUC-JP | 蟇倩ュ錬 | 1110101010110001110100001110101010001110101011011100111110100011 | eab1d0ea8eadcfa3 |
UTF-8 | 蟇倩ュ錬 | 111010001001111110000111111001011000000010101001111011111011110110101101111010011000110010101100 | e89f87e580a9efbdade98cac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)