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 | ??Q? | 00111111001111110101000100111111 | 3f3f513f |
SJIS-WIN | モュQ簑 | 1101001110101101010100011110001011000000 | d3ad51e2c0 |
EUC-JP | モュQ簑 | 10001110110100111000111010101101010100011110010011000010 | 8ed38ead51e4c2 |
UTF-8 | モュQ簑 | 11101111101111101001001111101111101111011010110101010001111001111011000010010001 | efbe93efbdad51e7b091 |
UHC | ??Q? | 00111111001111110101000100111111 | 3f3f513f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)