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 | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-WIN | モュP | 1101001110101101010100001111000011100011 | d3ad50f0e3 |
EUC-JP | モュP? | 100011101101001110001110101011010101000000111111 | 8ed38ead503f |
UTF-8 | モュP | 11101111101111101001001111101111101111011010110101010000111011101000001010100010 | efbe93efbdad50ee82a2 |
UHC | ??P? | 00111111001111110101000000111111 | 3f3f503f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)