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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 獸??獸??^ | 111000001101011100111111001111111110000011010111001111110011111101011110 | e0d73f3fe0d73f3f5e |
EUC-JP | 獸??獸??^ | 111000001101100100111111001111111110000011011001001111110011111101011110 | e0d93f3fe0d93f3f5e |
UTF-8 | 獸力렮獸力앺^ | 11100111100011011011100011101111101001101000101011101011101000001010111011100111100011011011100011101111101001101000101011101100100101011011101001011110 | e78db8efa68aeba0aee78db8efa68aec95ba5e |
UHC | 獸力렮獸力앺^ | 11100010101011101110011010110011100011101011101111100010101011101110011010110011100111011110110101011110 | e2aee6b38ebbe2aee6b39ded5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)