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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 鄙ケ繧九◇] | 11100111101111111011100111100011100000101000101111100011100000011001111001011101 | e7bfb9e3828be3819e5d |
EUC-JP | 鄙ケ繧九◇] | 1110111011000001100011101011100111100101111000101011011011100101101000011111111001011101 | eec18eb9e5e2b6e5a1fe5d |
UTF-8 | 鄙ケ繧九◇] | 11101001100001001001100111101111101111011011100111100111101110011010011111100100101110011001110111100010100101111000011101011101 | e98499efbdb9e7b9a7e4b99de297875d |
UHC | 鄙??九◇] | 110111101010100100111111001111111100111011111010101000011101111001011101 | dea93f3fcefaa1de5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)