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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 逶也怱鮨冗尠 | 111001111001101110010110111001111001110010000100111010011011110110001111111001111001101110010110 | e79b96e79c84e9bd8fe79b96 |
EUC-JP | 逶也怱鮨冗尠 | 111011011111101111001100111010011101011111100100111100101011111110111110111010011101010111110110 | edfbcce9d7e4f2bfbee9d5f6 |
UTF-8 | 逶也怱鮨冗尠 | 111010011000000010110110111001001011100110011111111001101000000010110001111010011010111010101000111001011000011010010111111001011011000010100000 | e980b6e4b99fe680b1e9aea8e58697e5b0a0 |
UHC | ?也??冗? | 0011111111100101101001010011111100111111111010011011011100111111 | 3fe5a53f3fe9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)