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 | ??E? | 00111111001111110100010100111111 | 3f3f453f |
SJIS-WIN | モュE | 1101001110101101010001011111011010110100 | d3ad45f6b4 |
EUC-JP | モュE? | 100011101101001110001110101011010100010100111111 | 8ed38ead453f |
UTF-8 | モュE | 11101111101111101001001111101111101111011010110101000101111011101001001110011011 | efbe93efbdad45ee939b |
UHC | ??E? | 00111111001111110100010100111111 | 3f3f453f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)