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 | 遶ェ蟆雁穀蜊 | 1110011110101011101010101110010110110000100010101110010110001101100100101110010110001101 | e7abaae5b08ae58d92e58d |
EUC-JP | 遶ェ蟆雁穀蜊 | 111011101010110110001110101010101110101010110010101101001110011110111001111100101110100111101101 | eead8eaaeab2b4e7b9f2e9ed |
UTF-8 | 遶ェ蟆雁穀蜊 | 111010011000000110110110111011111011110110101010111010001001111110000110111010011001101110000001111001111010100110000000111010001001110010001010 | e981b6efbdaae89f86e99b81e7a980e89c8a |
UHC | ???雁穀? | 0011111100111111001111111110010011010010110011011101101000111111 | 3f3f3fe4d2cdda3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)