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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | 奚藾W}奚藾W{^ | 10011010111101101110010101100000010101110111110110011010111101101110010101100000010101110111101101011110 | 9af6e560577d9af6e560577b5e |
EUC-JP | 奚藾W}奚藾W{^ | 11010100111110001110100111000001010101110111110111010100111110001110100111000001010101110111101101011110 | d4f8e9c1577dd4f8e9c1577b5e |
UTF-8 | 奚藾W}奚藾W{^ | 1110010110100101100110101110100010010111101111100101011101111101111001011010010110011010111010001001011110111110010101110111101101011110 | e5a59ae897be577de5a59ae897be577b5e |
UHC | 奚?W}奚?W{^ | 1111101010101000001111110101011101111101111110101010100000111111010101110111101101011110 | faa83f577dfaa83f577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)