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 | 蠎雁セキ | 111001011011101010001010111001011011111010110111 | e5ba8ae5beb7 |
EUC-JP | 蠎雁セキ | 1110101010111100101101001110011110001110101111101000111010110111 | eabcb4e78ebe8eb7 |
UTF-8 | 蠎雁セキ | 111010001010000010001110111010011001101110000001111011111011110110111110111011111011110110110111 | e8a08ee99b81efbdbeefbdb7 |
UHC | ?雁?? | 0011111111100100110100100011111100111111 | 3fe4d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)