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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶ェ雉雁蘒 | 111001111010101110101010111010001011001110001010111001011111101110011111 | e7abaae8b38ae5fb9f |
EUC-JP | 遶ェ雉雁? | 111011101010110110001110101010101111000010110101101101001110011100111111 | eead8eaaf0b5b4e73f |
UTF-8 | 遶ェ雉雁蘒 | 111010011000000110110110111011111011110110101010111010011001101110001001111010011001101110000001111011111010100010100000 | e981b6efbdaae99b89e99b81efa8a0 |
UHC | ??雉雁? | 00111111001111111111011011001011111001001101001000111111 | 3f3ff6cbe4d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)