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 | îï¨^ | 11101110100100011001001011101111101010001001001101011110 | ee9192efa8935e |
SJIS-WIN | ????¨?^ | 0011111100111111001111110011111110000001010011100011111101011110 | 3f3f3f3f814e3f5e |
EUC-JP | î??ï¨?^ | 100011111010101111000010001111110011111110001111101010111100000110100001101011110011111101011110 | 8fabc23f3f8fabc1a1af3f5e |
UTF-8 | îï¨^ | 11000011101011101100001010010001110000101001001011000011101011111100001010101000110000101001001101011110 | c3aec291c292c3afc2a8c2935e |
UHC | ????¨?^ | 0011111100111111001111110011111110100001101001110011111101011110 | 3f3f3f3fa1a73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)