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 | 111001111001010010100110011010011110011110010100101001100110100101000010 | e794a669e794a66942 |
EUC-JP | 逕ヲi逕ヲiB | 1110110111110100100011101010011001101001111011011111010010001110101001100110100101000010 | edf48ea669edf48ea66942 |
UTF-8 | 逕ヲi逕ヲiB | 111010011000000010010101111011111011110110100110011010011110100110000000100101011110111110111101101001100110100101000010 | e98095efbda669e98095efbda66942 |
UHC | 逕?i逕?iB | 110011001110111100111111011010011100110011101111001111110110100101000010 | ccef3f69ccef3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)