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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 罟鰒罟鰒^ | 111000111010100011101001110101101110001110101000111010011101011001011110 | e3a8e9d6e3a8e9d65e |
EUC-JP | 罟鰒罟鰒^ | 111001101010101011110010110110001110011010101010111100101101100001011110 | e6aaf2d8e6aaf2d85e |
UTF-8 | 罟鰒罟鰒^ | 11100111101111011001111111101001101100001001001011100111101111011001111111101001101100001001001001011110 | e7bd9fe9b092e7bd9fe9b0925e |
UHC | ?鰒?鰒^ | 00111111110111001110000100111111110111001110000101011110 | 3fdce13fdce15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)