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 | ??M? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-WIN | モュM | 1101001110101101010011011111000011101001 | d3ad4df0e9 |
EUC-JP | モュM? | 100011101101001110001110101011010100110100111111 | 8ed38ead4d3f |
UTF-8 | モュM | 11101111101111101001001111101111101111011010110101001101111011101000001010101000 | efbe93efbdad4dee82a8 |
UHC | ??M? | 00111111001111110100110100111111 | 3f3f4d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)