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 | úèÞó\h | 111110101110100011011110111100110101110001101000 | fae8def35c68 |
SJIS-WIN | ????\h | 001111110011111100111111001111110101110001101000 | 3f3f3f3f5c68 |
EUC-JP | úèÞó\h | 1000111110101011111000101000111110101011101100101000111110101001101100001000111110101011110100010101110001101000 | 8fabe28fabb28fa9b08fabd15c68 |
UTF-8 | úèÞó\h | 11000011101110101100001110101000110000111001111011000011101100110101110001101000 | c3bac3a8c39ec3b35c68 |
UHC | ??Þ?\h | 00111111001111111010100010101101001111110101110001101000 | 3f3fa8ad3f5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)