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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雙宋雙?^ | 1001100111010100100100010111011010011001110101000011111101011110 | 99d4917699d43f5e |
EUC-JP | 雙宋雙蓀^ | 11010010110101101100000111010111110100101101011010001111110110001111100001011110 | d2d6c1d7d2d68fd8f85e |
UTF-8 | 雙宋雙蓀^ | 11101001100110111001100111100101101011101000101111101001100110111001100111101000100100111000000001011110 | e99b99e5ae8be99b99e893805e |
UHC | 雙宋雙蓀^ | 111001001010101011100001111001001110010010101010111000011110000001011110 | e4aae1e4e4aae1e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)