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 | 代? | 100100011110001100111111 | 91e33f |
EUC-JP | 代? | 110000101110010100111111 | c2e53f |
UTF-8 | 代쏜 | 111001001011101110100011111011001000111110011100 | e4bba3ec8f9c |
UHC | 代쏜 | 11010011110110111011110111110000 | d3dbbdf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)