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??^ | 0011111101000011001111110011111101011110 | 3f433f3f5e |
SJIS-WIN | 端C歎測^ | 1001001001011011010000111001001001010110100100011010101001011110 | 925b43925691aa5e |
EUC-JP | 端C歎測^ | 1100001110111100010000111100001110110111110000101010110001011110 | c3bc43c3b7c2ac5e |
UTF-8 | 端C歎測^ | 1110011110101011101011110100001111100110101011011000111011100110101110001010110001011110 | e7abaf43e6ad8ee6b8ac5e |
UHC | 端C歎測^ | 1101001110101110010000111111011110100111111101101011010001011110 | d3ae43f7a7f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)