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 | 瑙狷瑙狷^ | 111000001110110111100000110001001110000011101101111000001100010001011110 | e0ede0c4e0ede0c45e |
EUC-JP | 瑙狷瑙狷^ | 111000001110111111100000110001101110000011101111111000001100011001011110 | e0efe0c6e0efe0c65e |
UTF-8 | 瑙狷瑙狷^ | 11100111100100011001100111100111100010111011011111100111100100011001100111100111100010111011011101011110 | e79199e78bb7e79199e78bb75e |
UHC | 瑙?瑙?^ | 11010010110001010011111111010010110001010011111101011110 | d2c53fd2c53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)