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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬲梦成 | 111010011010110110011010111010111001000010101100 | e9ad9aeb90ac |
EUC-JP | 鬲梦成 | 111100101010111111010100111011011100000010101110 | f2afd4edc0ae |
UTF-8 | 鬲梦成 | 111010011010110010110010111001101010001010100110111001101000100010010000 | e9acb2e6a2a6e68890 |
UHC | ??成 | 00111111001111111110000011110111 | 3f3fe0f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)