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 | 垓?}垓?{^ | 100110101011010000111111011111011001101010110100001111110111101101011110 | 9ab43f7d9ab43f7b5e |
EUC-JP | 垓?}垓?{^ | 110101001011011000111111011111011101010010110110001111110111101101011110 | d4b63f7dd4b63f7b5e |
UTF-8 | 垓렡}垓렡{^ | 111001011001111010010011111010111010000010100001011111011110010110011110100100111110101110100000101000010111101101011110 | e59e93eba0a17de59e93eba0a17b5e |
UHC | 垓렡}垓렡{^ | 1111101010100111100011101011001001111101111110101010011110001110101100100111101101011110 | faa78eb27dfaa78eb27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)