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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 愈耿?狡? | 1001011011111010111000111101010000111111111000001100001000111111 | 96fae3d43fe0c23f |
EUC-JP | 愈耿?狡? | 1100110011111100111001101101011000111111111000001100010000111111 | ccfce6d63fe0c43f |
UTF-8 | 愈耿렰狡렖 | 111001101000010010001000111010001000000010111111111010111010000010110000111001111000101110100001111010111010000010010110 | e68488e880bfeba0b0e78ba1eba096 |
UHC | 愈耿렰狡렖 | 11101010111011111100110011101010100011101011110111001110111010101000111010101011 | eaefccea8ebdceea8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)