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 | 蟾玖ョ途蠍エ | 11100101101101111000101111101000101011101001001101110010111001011011011010110100 | e5b78be8ae9372e5b6b4 |
EUC-JP | 蟾玖ョ途蠍エ | 111010101011100110110110111010101000111010101110110001011101001111101010101110001000111010110100 | eab9b6ea8eaec5d3eab88eb4 |
UTF-8 | 蟾玖ョ途蠍エ | 111010001001111110111110111001111000111010010110111011111011110110101110111010011000000010010100111010001010000010001101111011111011110110110100 | e89fbee78e96efbdaee98094e8a08defbdb4 |
UHC | 蟾玖?途?? | 111000001110101011001111101110000011111111010100101100100011111100111111 | e0eacfb83fd4b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)