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 | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 炅磁P | 1111101101010001100011101010010101010000 | fb518ea550 |
EUC-JP | 炅磁P | 100011111100100111001010101111001010011101010000 | 8fc9cabca750 |
UTF-8 | 炅磁P | 11100111100000101000010111100111101000111000000101010000 | e78285e7a38150 |
UHC | 炅磁P | 1100110011011101111011011011100001010000 | ccddedb850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)