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 | ûPØé± | 1111101101010000110110001110100110110001 | fb50d8e9b1 |
SJIS-WIN | ?P??± | 001111110101000000111111001111111000000101111101 | 3f503f3f817d |
EUC-JP | ûPØé± | 100011111010101111100101010100001000111110101001101011001000111110101011101100011010000111011110 | 8fabe5508fa9ac8fabb1a1de |
UTF-8 | ûPØé± | 110000111011101101010000110000111001100011000011101010011100001010110001 | c3bb50c398c3a9c2b1 |
UHC | ?PØ?± | 00111111010100001010100010101010001111111010000110111110 | 3f50a8aa3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)