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 | ?手 | 001111111000111011101000 | 3f8ee8 |
EUC-JP | ?手 | 001111111011110011101010 | 3fbcea |
UTF-8 | 묉手 | 111010111010110010001001111001101000100110001011 | ebac89e6898b |
UHC | 묉手 | 10010001111001101110001010100010 | 91e6e2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)