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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟾玖ョ途蠍 | 111001011011011110001011111010001010111010010011011100101110010110110110 | e5b78be8ae9372e5b6 |
EUC-JP | 蟾玖ョ途蠍 | 11101010101110011011011011101010100011101010111011000101110100111110101010111000 | eab9b6ea8eaec5d3eab8 |
UTF-8 | 蟾玖ョ途蠍 | 111010001001111110111110111001111000111010010110111011111011110110101110111010011000000010010100111010001010000010001101 | e89fbee78e96efbdaee98094e8a08d |
UHC | 蟾玖?途? | 1110000011101010110011111011100000111111110101001011001000111111 | e0eacfb83fd4b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)