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 | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | 辷コm | 11100111100010001011101001101101 | e788ba6d |
EUC-JP | 辷コm | 1110110111101000100011101011101001101101 | ede88eba6d |
UTF-8 | 辷コm | 11101000101111101011011111101111101111011011101001101101 | e8beb7efbdba6d |
UHC | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)