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 | 辯厭辯閲^ | 111001111000011110001001011111011110011110000111100010010111101101011110 | e787897de787897b5e |
EUC-JP | 辯厭辯閲^ | 111011011110011110110001110111101110110111100111101100011101110001011110 | ede7b1deede7b1dc5e |
UTF-8 | 辯厭辯閲^ | 11101000101111101010111111100101100011101010110111101000101111101010111111101001100101101011001001011110 | e8beafe58eade8beafe996b25e |
UHC | 辯厭辯?^ | 1101110010101010111001101111010011011100101010100011111101011110 | dcaae6f4dcaa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)