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 | 100011111100000110100110011010011000111111000001101001100110100101000010 | 8fc1a6698fc1a66942 |
EUC-JP | 消ヲi消ヲiB | 1011111011000011100011101010011001101001101111101100001110001110101001100110100101000010 | bec38ea669bec38ea66942 |
UTF-8 | 消ヲi消ヲiB | 111001101011011010001000111011111011110110100110011010011110011010110110100010001110111110111101101001100110100101000010 | e6b688efbda669e6b688efbda66942 |
UHC | 消?i消?iB | 111000011011110000111111011010011110000110111100001111110110100101000010 | e1bc3f69e1bc3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)