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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 알렖섣뤷옘 | 111011001001010110001100111010111010000010010110111011001000010010100011111010111010010010110111111011001001100010011000 | ec958ceba096ec84a3eba4b7ec9898 |
UHC | 알렖섣뤷옘 | 10111110110010111000111010101011101111001011001010001111111001011011111110111100 | becb8eabbcb28fe5bfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)