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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 煇ケソF | 1111101101010111101110011011111101000110 | fb57b9bf46 |
EUC-JP | 煇ケソF | 1000111111001001111101011000111010111001100011101011111101000110 | 8fc9f58eb98ebf46 |
UTF-8 | 煇ケソF | 11100111100001011000011111101111101111011011100111101111101111011011111101000110 | e78587efbdb9efbdbf46 |
UHC | 煇??F | 1111110111001000001111110011111101000110 | fdc83f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)