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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 移???H | 100010001101101000111111001111110011111101001000 | 88da3f3f3f48 |
EUC-JP | 移???H | 101100001101110000111111001111110011111101001000 | b0dc3f3f3f48 |
UTF-8 | 移렯稶렭H | 11100111101001111011101111101011101000001010111111100111101010001011011011101011101000001010110101001000 | e7a7bbeba0afe7a8b6eba0ad48 |
UHC | 移렯稶렭H | 111011001011100110001110101111001110100111110011100011101011101001001000 | ecb98ebce9f38eba48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)