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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 褝守ソウB | 11100101111110101000111011100111101111111011001101000010 | e5fa8ee7bfb342 |
EUC-JP | 褝守ソウB | 111010101111110010111100111010011000111010111111100011101011001101000010 | eafcbce98ebf8eb342 |
UTF-8 | 褝守ソウB | 11101000101001001001110111100101101011101000100011101111101111011011111111101111101111011011001101000010 | e8a49de5ae88efbdbfefbdb342 |
UHC | ?守??B | 001111111110000111111010001111110011111101000010 | 3fe1fa3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)