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 | ????Wm | 001111110011111100111111001111110101011101101101 | 3f3f3f3f576d |
SJIS-WIN | 調逢??Wm | 1001001010110010100010001010011100111111001111110101011101101101 | 92b288a73f3f576d |
EUC-JP | 調逢??Wm | 1100010010110100101100001010100100111111001111110101011101101101 | c4b4b0a93f3f576d |
UTF-8 | 調逢렰렱Wm | 1110100010101010101111111110100110000000101000101110101110100000101100001110101110100000101100010101011101101101 | e8aabfe980a2eba0b0eba0b1576d |
UHC | 調逢렰렱Wm | 11110000111000001101110011110001100011101011110110001110101111100101011101101101 | f0e0dcf18ebd8ebe576d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)