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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 嶸盆嶸弥乂^ | 1111101010110100100101100111111011111010101101001001011011101101100110001010011101011110 | fab4967efab496ed98a75e |
EUC-JP | 嶸盆嶸弥乂^ | 10001111101110111111010011001011110111111000111110111011111101001100110011101111110100001010100101011110 | 8fbbf4cbdf8fbbf4ccefd0a95e |
UTF-8 | 嶸盆嶸弥乂^ | 11100101101101101011100011100111100110111000011011100101101101101011100011100101101111001010010111100100101110011000001001011110 | e5b6b8e79b86e5b6b8e5bca5e4b9825e |
UHC | 嶸盆嶸?乂^ | 11100111101011101101110111001110111001111010111000111111111001111101000101011110 | e7aeddcee7ae3fe7d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)