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 | ú´í¶^ | 11111010101101001001111111101101100110001011011001011110 | fab49fed98b65e |
SJIS-WIN | ?´???¶^ | 001111111000000101001100001111110011111100111111100000011111011101011110 | 3f814c3f3f3f81f75e |
EUC-JP | ú´?í?¶^ | 10001111101010111110001010100001101011010011111110001111101010111011111100111111101000101111100101011110 | 8fabe2a1ad3f8fabbf3fa2f95e |
UTF-8 | ú´í¶^ | 11000011101110101100001010110100110000101001111111000011101011011100001010011000110000101011011001011110 | c3bac2b4c29fc3adc298c2b65e |
UHC | ?´???¶^ | 001111111010001010100101001111110011111100111111101000101101001001011110 | 3fa2a53f3f3fa2d25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)