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 | 1001011111110100111010011001110101010000 | 97f4e99d50 |
EUC-JP | 裂髱P | 1100111011110110111100011111110101010000 | cef6f1fd50 |
UTF-8 | 裂髱P | 11101000101000111000001011101001101010111011000101010000 | e8a382e9abb150 |
UHC | 裂?P | 11010110101011100011111101010000 | d6ae3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)