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 | 毓眠毓宋^ | 100111110111100110010110101100001001111101111001100100010111011001011110 | 9f7996b09f7991765e |
EUC-JP | 毓眠毓宋^ | 110111011101101011001100101100101101110111011010110000011101011101011110 | dddaccb2dddac1d75e |
UTF-8 | 毓眠毓宋^ | 11100110101011111001001111100111100111001010000011100110101011111001001111100101101011101000101101011110 | e6af93e79ca0e6af93e5ae8b5e |
UHC | 毓眠毓宋^ | 111010111011111011011000111110011110101110111110111000011110010001011110 | ebbed8f9ebbee1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)