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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋺溢т | 111001111111101010001000111011001000010010000100 | e7fa88ec8484 |
EUC-JP | 鋺溢т | 111011101111110010110000111011101010011111100100 | eefcb0eea7e4 |
UTF-8 | 鋺溢т | 1110100110001011101110101110011010111010101000101101000110000010 | e98bbae6baa2d182 |
UHC | ?溢т | 0011111111101100111011101010110011100100 | 3feceeace4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)