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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 脱丹多 | 100100100100010110010010010011111001000110111101 | 9245924f91bd |
EUC-JP | 脱丹多 | 110000111010011011000011101100001100001010111111 | c3a6c3b0c2bf |
UTF-8 | 脱丹多 | 111010001000010010110001111001001011100010111001111001011010010010011010 | e884b1e4b8b9e5a49a |
UHC | ?丹多 | 0011111111010011101000011101001011111101 | 3fd3a1d2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)