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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | 繹ル?? | 111000111000100010000011100010110011111100111111 | e388838b3f3f |
EUC-JP | 繹ルº沅 | 11100101111010001010010111101011100011111010001011101011100011111100011011101001 | e5e8a5eb8fa2eb8fc6e9 |
UTF-8 | 繹ルº沅 | 1110011110111001101110011110001110000011101010111100001010111010111001101011001010000101 | e7b9b9e383abc2bae6b285 |
UHC | 繹ルº沅 | 1110011010111010101010111110101110101000101011001110101010110110 | e6baabeba8aceab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)