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 | 鮑夥喬繞毅 | 11101001101110001001101011101100100010111010101011100011100001011000101101000010 | e9b89aec8baae3858b42 |
EUC-JP | 鮑夥喬繞毅 | 11110010101110101101010011101110101101101010110011100101111001011011010110100011 | f2bad4eeb6ace5e5b5a3 |
UTF-8 | 鮑夥喬繞毅 | 111010011010111010010001111001011010010010100101111001011001011010101100111001111011100110011110111001101010111110000101 | e9ae91e5a4a5e596ace7b99ee6af85 |
UHC | 鮑?喬繞毅 | 111110001110101000111111110011101110001011101001101001001110101111110110 | f8ea3fcee2e9a4ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)