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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?額?額^ | 00111111100010100111101000111111100010100111101001011110 | 3f8a7a3f8a7a5e |
EUC-JP | ?額?額^ | 00111111101100111101101100111111101100111101101101011110 | 3fb3db3fb3db5e |
UTF-8 | 迲額迲額^ | 11101000101111111011001011101001101000011000110111101000101111111011001011101001101000011000110101011110 | e8bfb2e9a18de8bfb2e9a18d5e |
UHC | 迲額迲額^ | 110011001010011011100100111111101100110010100110111001001111111001011110 | cca6e4fecca6e4fe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)