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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 裂髱~ | 1001011111110100111010011001110101111110 | 97f4e99d7e |
EUC-JP | 裂髱~ | 1100111011110110111100011111110101111110 | cef6f1fd7e |
UTF-8 | 裂髱~ | 11101000101000111000001011101001101010111011000101111110 | e8a382e9abb17e |
UHC | 裂?~ | 11010110101011100011111101111110 | d6ae3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)