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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | 瞞帋W | 1110000111010100100110111110000101010111 | e1d49be157 |
EUC-JP | 瞞帋W | 1110001011010110110101101110001101010111 | e2d6d6e357 |
UTF-8 | 瞞帋W | 11100111100111101001111011100101101110001000101101010111 | e79e9ee5b88b57 |
UHC | 瞞?W | 11011000101111100011111101010111 | d8be3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)