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 | 遶ェ雉雁ー樫 | 11100111101010111010101011101000101100111000101011100101101100001000101001111110 | e7abaae8b38ae5b08a7e |
EUC-JP | 遶ェ雉雁ー樫 | 111011101010110110001110101010101111000010110101101101001110011110001110101100001011001111011111 | eead8eaaf0b5b4e78eb0b3df |
UTF-8 | 遶ェ雉雁ー樫 | 111010011000000110110110111011111011110110101010111010011001101110001001111010011001101110000001111011111011110110110000111001101010100010101011 | e981b6efbdaae99b89e99b81efbdb0e6a8ab |
UHC | ??雉雁?? | 0011111100111111111101101100101111100100110100100011111100111111 | 3f3ff6cbe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)