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 | 茆續 | 11100100100110111110001110010100 | e49be394 |
EUC-JP | 茆續 | 11100111111110111110010111110100 | e7fbe5f4 |
UTF-8 | 茆續 | 111010001000110010000110111001111011101010001100 | e88c86e7ba8c |
UHC | ?續 | 001111111110000111011001 | 3fe1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)