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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遶ェ雉雁ュォ | 111001111010101110101010111010001011001110001010111001011010110110101011 | e7abaae8b38ae5adab |
EUC-JP | 遶ェ雉雁ュォ | 111011101010110110001110101010101111000010110101101101001110011110001110101011011000111010101011 | eead8eaaf0b5b4e78ead8eab |
UTF-8 | 遶ェ雉雁ュォ | 111010011000000110110110111011111011110110101010111010011001101110001001111010011001101110000001111011111011110110101101111011111011110110101011 | e981b6efbdaae99b89e99b81efbdadefbdab |
UHC | ??雉雁?? | 0011111100111111111101101100101111100100110100100011111100111111 | 3f3ff6cbe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)