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Ì鶣B | 11111011010010011100110011101001101101101010001101000010 | fb49cce9b6a342 |
SJIS-WIN | ?I??¶£B | 001111110100100100111111001111111000000111110111100000011001001001000010 | 3f493f3f81f7819242 |
EUC-JP | ûIÌ鶣B | 100011111010101111100101010010011000111110101010110000001000111110101011101100011010001011111001101000011111001001000010 | 8fabe5498faac08fabb1a2f9a1f242 |
UTF-8 | ûIÌ鶣B | 110000111011101101001001110000111000110011000011101010011100001010110110110000101010001101000010 | c3bb49c38cc3a9c2b6c2a342 |
UHC | ?I??¶?B | 0011111101001001001111110011111110100010110100100011111101000010 | 3f493f3fa2d23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)