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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??在?荏?B | 001111110011111110001101110111010011111110001001011000000011111101000010 | 3f3f8ddd3f89603f42 |
EUC-JP | ??在?荏?B | 001111110011111110111010110111110011111110110001110000010011111101000010 | 3f3fbadf3fb1c13f42 |
UTF-8 | 淋렟在렕荏촙B | 11101111101001111011010111101011101000001001111111100101100111001010100011101011101000001001010111101000100011011000111111101100101101001001100101000010 | efa7b5eba09fe59ca8eba095e88d8fecb49942 |
UHC | 淋렟在렕荏촙B | 11101100111110001000111010110000111011101010010010001110101010101110110011111011110000111100111101000010 | ecf88eb0eea48eaaecfbc3cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)