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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 齎食}齎食{^ | 1110011011011000100100000100100001111101111001101101100010010000010010000111101101011110 | e6d890487de6d890487b5e |
EUC-JP | 齎食}齎食{^ | 1110110011011010101111111010100101111101111011001101101010111111101010010111101101011110 | ecdabfa97decdabfa97b5e |
UTF-8 | 齎食}齎食{^ | 111010011011110110001110111010011010001110011111011111011110100110111101100011101110100110100011100111110111101101011110 | e9bd8ee9a39f7de9bd8ee9a39f7b5e |
UHC | 齎食}齎食{^ | 1110111010110010111000111101110101111101111011101011001011100011110111010111101101011110 | eeb2e3dd7deeb2e3dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)