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 | 1001001101110101100011101101000001010000 | 93758ed050 |
EUC-JP | 砥社P | 1100010111010110101111001101001001010000 | c5d6bcd250 |
UTF-8 | 砥社P | 11100111101000001010010111100111101001001011111001010000 | e7a0a5e7a4be50 |
UHC | 砥社P | 1111001010110010110111101110010001010000 | f2b2dee450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)