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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鵝?や?雙^ | 111010100100000000111111100000101110001000111111100110011101010001011110 | ea403f82e23f99d45e |
EUC-JP | 鵝?や?雙^ | 111100111010000100111111101001001110010000111111110100101101011001011110 | f3a13fa4e43fd2d65e |
UTF-8 | 鵝뚥や퐣雙^ | 11101001101101011001110111101011100110101010010111100011100000101000010011101101100100001010001111101001100110111001100101011110 | e9b59deb9aa5e38284ed90a3e99b995e |
UHC | 鵝뚥や퐣雙^ | 1110010010111101100011001110010010101010111001001011110110001100111001001010101001011110 | e4bd8ce4aae4bd8ce4aa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)