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~ | 1110010110001111101010010101000001111110 | e58fa9507e |
SJIS-WIN | ???P~ | 0011111100111111001111110101000001111110 | 3f3f3f507e |
EUC-JP | å?©P~ | 100011111010101110101001001111111000111110100010111011010101000001111110 | 8faba93f8fa2ed507e |
UTF-8 | å©P~ | 1100001110100101110000101000111111000010101010010101000001111110 | c3a5c28fc2a9507e |
UHC | ???P~ | 0011111100111111001111110101000001111110 | 3f3f3f507e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)