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 | ??с腎▲ | 0011111100111111100001001000001110010000011101001000000110100011 | 3f3f8483907481a3 |
EUC-JP | ??с腎▲ | 0011111100111111101001111110001110111111110101011010001010100101 | 3f3fa7e3bfd5a2a5 |
UTF-8 | 뤞첁с腎▲ | 1110101110100100100111101110110010110010100000011101000110000001111010001000010110001110111000101001011010110010 | eba49eecb281d181e8858ee296b2 |
UHC | 뤞첁с腎▲ | 10001111110011011010101010001110101011001110001111100011111011001010000111100011 | 8fcdaa8eace3e3eca1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)