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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 澱澱F | 1001001101100010100100110110001001000110 | 9362936246 |
EUC-JP | 澱澱F | 1100010111000011110001011100001101000110 | c5c3c5c346 |
UTF-8 | 澱澱F | 11100110101111101011000111100110101111101011000101000110 | e6beb1e6beb146 |
UHC | 澱澱F | 1110111011111110111011101111111001000110 | eefeeefe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)