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 | ´ú´ú^ | 10110100111110101001101010110100111110101001100001011110 | b4fa9ab4fa985e |
SJIS-WIN | ´??´??^ | 100000010100110000111111001111111000000101001100001111110011111101011110 | 814c3f3f814c3f3f5e |
EUC-JP | ´ú?´ú?^ | 10100001101011011000111110101011111000100011111110100001101011011000111110101011111000100011111101011110 | a1ad8fabe23fa1ad8fabe23f5e |
UTF-8 | ´ú´ú^ | 11000010101101001100001110111010110000101001101011000010101101001100001110111010110000101001100001011110 | c2b4c3bac29ac2b4c3bac2985e |
UHC | ´??´??^ | 101000101010010100111111001111111010001010100101001111110011111101011110 | a2a53f3fa2a53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)