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 | 111001011000001110100101011010011110010110000011101001010110100101000010 | e583a569e583a56942 |
EUC-JP | 蜒・i蜒・iB | 1110100111100011100011101010010101101001111010011110001110001110101001010110100101000010 | e9e38ea569e9e38ea56942 |
UTF-8 | 蜒・i蜒・iB | 111010001001110010010010111011111011110110100101011010011110100010011100100100101110111110111101101001010110100101000010 | e89c92efbda569e89c92efbda56942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)