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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 端歎~ | 1001001001011011100100100101011001111110 | 925b92567e |
EUC-JP | 端歎~ | 1100001110111100110000111011011101111110 | c3bcc3b77e |
UTF-8 | 端歎~ | 11100111101010111010111111100110101011011000111001111110 | e7abafe6ad8e7e |
UHC | 端歎~ | 1101001110101110111101111010011101111110 | d3aef7a77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)