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 | ??W??Nm | 00111111001111110101011100111111001111110100111001101101 | 3f3f573f3f4e6d |
SJIS-WIN | ?叩W?但Nm | 001111111001001001000000010101110011111110010010010000010100111001101101 | 3f9240573f92414e6d |
EUC-JP | ?叩W?但Nm | 001111111100001110100001010101110011111111000011101000100100111001101101 | 3fc3a1573fc3a24e6d |
UTF-8 | 렺叩W렺但Nm | 111010111010000010111010111001011000111110101001010101111110101110100000101110101110010010111101100001100100111001101101 | eba0bae58fa957eba0bae4bd864e6d |
UHC | 렺叩W렺但Nm | 1000111011000010110011011011000001010111100011101100001011010011101000110100111001101101 | 8ec2cdb0578ec2d3a34e6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)