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 | 營??荏? | 10011010011110100011111100111111100010010110000000111111 | 9a7a3f3f89603f |
EUC-JP | 營??荏? | 11010011110110110011111100111111101100011100000100111111 | d3db3f3fb1c13f |
UTF-8 | 營뚮툦荏멩 | 111001111000011110011111111010111001101010101110111011011000100010100110111010001000110110001111111010111010100110101001 | e7879feb9aaeed88a6e88d8feba9a9 |
UHC | 營뚮툦荏멩 | 11100111101111011000110011101011101110001001110111101100111110111011100011100110 | e7bd8cebb89decfbb8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)