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 | 11100001110011001011111101101101 | e1ccbf6d |
EUC-JP | 睥ソm | 1110001011001110100011101011111101101101 | e2ce8ebf6d |
UTF-8 | 睥ソm | 11100111100111011010010111101111101111011011111101101101 | e79da5efbdbf6d |
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)