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 | 알렑셉야뤃 | 111011001001010110001100111010111010000010010001111011001000010110001001111011001001010110111100111010111010010010000011 | ec958ceba091ec8589ec95bceba483 |
UHC | 알렑셉야뤃 | 10111110110010111000111010100110101111001100000110111110110111111000111110110100 | becb8ea6bcc1bedf8fb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)