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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逑喊 | 11100111100100111001101001011110 | e7939a5e |
EUC-JP | 逑喊 | 11101101111100111101001110111111 | edf3d3bf |
UTF-8 | 逑喊 | 111010011000000010010001111001011001011010001010 | e98091e5968a |
UHC | 逑喊 | 11001111110001111111100111100010 | cfc7f9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)