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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豫??繞 | 100110001010110000111111001111111110001110000101 | 98ac3f3fe385 |
EUC-JP | 豫??繞 | 110100001010111000111111001111111110010111100101 | d0ae3f3fe5e5 |
UTF-8 | 豫븝퐦繞 | 111010001011000110101011111010111011100010011101111011011001000010100110111001111011100110011110 | e8b1abebb89ded90a6e7b99e |
UHC | 豫븝퐦繞 | 1110011111100011101110101110111110111101100011111110100110100100 | e7e3baefbd8fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)