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??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 但其i但其iB | 1001001001000001100100011011010001101001100100100100000110010001101101000110100101000010 | 924191b469924191b46942 |
EUC-JP | 但其i但其iB | 1100001110100010110000101011011001101001110000111010001011000010101101100110100101000010 | c3a2c2b669c3a2c2b66942 |
UTF-8 | 但其i但其iB | 111001001011110110000110111001011000010110110110011010011110010010111101100001101110010110000101101101100110100101000010 | e4bd86e585b669e4bd86e585b66942 |
UHC | 但其i但其iB | 1101001110100011110100001110110001101001110100111010001111010000111011000110100101000010 | d3a3d0ec69d3a3d0ec6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)