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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??諺?唯^ | 0011111100111111100011001011111100111111100101110100001001011110 | 3f3f8cbf3f97425e |
EUC-JP | ??諺?唯^ | 0011111100111111101110001100000100111111110011011010001101011110 | 3f3fb8c13fcda35e |
UTF-8 | 렭뤾諺틣唯^ | 11101011101000001010110111101011101001001011111011101000101010111011101011101101100010111010001111100101100101001010111101011110 | eba0adeba4bee8abbaed8ba3e594af5e |
UHC | 렭뤾諺틣唯^ | 1000111010111010100011111110101011100101111011001011101010001111111010101110011001011110 | 8eba8feae5ecba8feae65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)