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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????楗 | 001111110011111100111111001111110011111100111111100011111100010011000110 | 3f3f3f3f3f3f8fc4c6 |
UTF-8 | 뤶퓥힘렩렎뤶楗 | 111010111010010010110110111011011001001110100101111011011001111010011000111010111010000010101001111010111010000010001110111010111010010010110110111001101010010110010111 | eba4b6ed93a5ed9e98eba0a9eba08eeba4b6e6a597 |
UHC | 뤶퓥힘렩렎뤶楗 | 1000111111100100101111111000111011001000111110111000111010110111100011101010010010001111111001001100101111110001 | 8fe4bf8ec8fb8eb78ea48fe4cbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)