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 | モ秧 | 110100111110001001011110 | d3e25e |
EUC-JP | モ秧 | 10001110110100111110001110111111 | 8ed3e3bf |
UTF-8 | モ秧 | 111011111011111010010011111001111010011110100111 | efbe93e7a7a7 |
UHC | ?秧 | 001111111110010011101011 | 3fe4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)