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 | 1110010110111000100110010111110101101001111001011011100010011001011111010110100101000010 | e5b8997d69e5b8997d6942 |
EUC-JP | 蟶凩i蟶凩iB | 1110101010111010110100011101111001101001111010101011101011010001110111100110100101000010 | eabad1de69eabad1de6942 |
UTF-8 | 蟶凩i蟶凩iB | 111010001001111110110110111001011000011110101001011010011110100010011111101101101110010110000111101010010110100101000010 | e89fb6e587a969e89fb6e587a96942 |
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)