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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 豸桑n}豸桑n{^ | 11100110101101101000110001001011011011100111110111100110101101101000110001001011011011100111101101011110 | e6b68c4b6e7de6b68c4b6e7b5e |
EUC-JP | 豸桑n}豸桑n{^ | 11101100101110001011011110101100011011100111110111101100101110001011011110101100011011100111101101011110 | ecb8b7ac6e7decb8b7ac6e7b5e |
UTF-8 | 豸桑n}豸桑n{^ | 1110100010110001101110001110011010100001100100010110111001111101111010001011000110111000111001101010000110010001011011100111101101011110 | e8b1b8e6a1916e7de8b1b8e6a1916e7b5e |
UHC | ?桑n}?桑n{^ | 0011111111011111110011010110111001111101001111111101111111001101011011100111101101011110 | 3fdfcd6e7d3fdfcd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)