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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 任??? | 1001010001000011001111110011111100111111 | 94433f3f3f |
EUC-JP | 任??? | 1100011110100100001111110011111100111111 | c7a43f3f3f |
UTF-8 | 任띔렪렟 | 111001001011101110111011111010111001110110010100111010111010000010101010111010111010000010011111 | e4bbbbeb9d94eba0aaeba09f |
UHC | 任띔렪렟 | 1110110011110010101101101110101010001110101110001000111010110000 | ecf2b6ea8eb88eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)