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 | 1110011101010011111001110101011101101001111001110101001111100111010101110110100101000010 | e753e75769e753e7576942 |
EUC-JP | 躊躙i躊躙iB | 1110110110110100111011011011100001101001111011011011010011101101101110000110100101000010 | edb4edb869edb4edb86942 |
UTF-8 | 躊躙i躊躙iB | 111010001011101010001010111010001011101010011001011010011110100010111010100010101110100010111010100110010110100101000010 | e8ba8ae8ba9969e8ba8ae8ba996942 |
UHC | 躊?i躊?iB | 111100011100110000111111011010011111000111001100001111110110100101000010 | f1cc3f69f1cc3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)