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 | ?C??[ | 0011111101000011001111110011111101011011 | 3f433f3f5b |
SJIS-WIN | 端C丹達[ | 1001001001011011010000111001001001001111100100100100001001011011 | 925b43924f92425b |
EUC-JP | 端C丹達[ | 1100001110111100010000111100001110110000110000111010001101011011 | c3bc43c3b0c3a35b |
UTF-8 | 端C丹達[ | 1110011110101011101011110100001111100100101110001011100111101001100000011001010001011011 | e7abaf43e4b8b9e981945b |
UHC | 端C丹達[ | 1101001110101110010000111101001110100001110100111011100101011011 | d3ae43d3a1d3b95b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)