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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | モュF | 11010011101011011111011011001110111101011011010101000110 | d3adf6cef5b546 |
EUC-JP | モュ??F | 10001110110100111000111010101101001111110011111101000110 | 8ed38ead3f3f46 |
UTF-8 | モュF | 11101111101111101001001111101111101111011010110111101110100100111011010111101110100100001010000001000110 | efbe93efbdadee93b5ee90a046 |
UHC | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)