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 | 燧犧燧犧^ | 111000001001110011100000101110001110000010011100111000001011100001011110 | e09ce0b8e09ce0b85e |
EUC-JP | 燧犧燧犧^ | 110111111111110011100000101110101101111111111100111000001011101001011110 | dffce0badffce0ba5e |
UTF-8 | 燧犧燧犧^ | 11100111100001111010011111100111100010101010011111100111100001111010011111100111100010101010011101011110 | e787a7e78aa7e787a7e78aa75e |
UHC | 燧犧燧犧^ | 111000101010110011111101111110101110001010101100111111011111101001011110 | e2acfdfae2acfdfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)