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 | äÑì· | 1000111111100100110100011110110010110111 | 8fe4d1ecb7 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?äÑì? | 0011111110001111101010111010001110001111101010101101000010001111101010111100000000111111 | 3f8faba38faad08fabc03f |
UTF-8 | äÑì· | 11000010100011111100001110100100110000111001000111000011101011001100001010110111 | c28fc3a4c391c3acc2b7 |
UHC | ????· | 001111110011111100111111001111111010000110100100 | 3f3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)