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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?握 | 001111111000100010101100 | 3f88ac |
EUC-JP | ?握 | 001111111011000010101110 | 3fb0ae |
UTF-8 | 셴握 | 111011001000010110110100111001101000111110100001 | ec85b4e68fa1 |
UHC | 셴握 | 10111100110011111110010011000100 | bccfe4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)