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 | ?帥 | 001111111001000010000011 | 3f9083 |
EUC-JP | ?帥 | 001111111011111111100011 | 3fbfe3 |
UTF-8 | 잘帥 | 111011001001111010011000111001011011100010100101 | ec9e98e5b8a5 |
UHC | 잘帥 | 11000000110111111110000111111101 | c0dfe1fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)