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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 倚耿?狡??\ | 10011000110111111110001111010100001111111110000011000010001111110011111101011100 | 98dfe3d43fe0c23f3f5c |
EUC-JP | 倚耿?狡??\ | 11010000111000011110011011010110001111111110000011000100001111110011111101011100 | d0e1e6d63fe0c43f3f5c |
UTF-8 | 倚耿렰狡렖렎\ | 11100101100000001001101011101000100000001011111111101011101000001011000011100111100010111010000111101011101000001001011011101011101000001000111001011100 | e5809ae880bfeba0b0e78ba1eba096eba08e5c |
UHC | 倚耿렰狡렖렎\ | 11101011111011111100110011101010100011101011110111001110111010101000111010101011100011101010010001011100 | ebefccea8ebdceea8eab8ea45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)