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?? | 0011111100111111010100010011111100111111 | 3f3f513f3f |
SJIS-WIN | モュQ簑 | 11010011101011010101000111100010110000001111011010110000 | d3ad51e2c0f6b0 |
EUC-JP | モュQ簑? | 1000111011010011100011101010110101010001111001001100001000111111 | 8ed38ead51e4c23f |
UTF-8 | モュQ簑 | 11101111101111101001001111101111101111011010110101010001111001111011000010010001111011101001001110010111 | efbe93efbdad51e7b091ee9397 |
UHC | ??Q?? | 0011111100111111010100010011111100111111 | 3f3f513f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)