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 | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-WIN | モュF | 1101001110101101010001101111010110110101 | d3ad46f5b5 |
EUC-JP | モュF? | 100011101101001110001110101011010100011000111111 | 8ed38ead463f |
UTF-8 | モュF | 11101111101111101001001111101111101111011010110101000110111011101001000010100000 | efbe93efbdad46ee90a0 |
UHC | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)