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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魍亥穀驕 | 1110100110110001100010001110010110001101100100101110100110000001 | e9b188e58d92e981 |
EUC-JP | 魍亥穀驕 | 1111001010110011101100001110011110111001111100101111000111100001 | f2b3b0e7b9f2f1e1 |
UTF-8 | 魍亥穀驕 | 111010011010110110001101111001001011101010100101111001111010100110000000111010011010100110010101 | e9ad8de4baa5e7a980e9a995 |
UHC | ?亥穀驕 | 00111111111110101010010011001101110110101100111011110110 | 3ffaa4cddacef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)