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 | ?手? | 00111111100011101110100000111111 | 3f8ee83f |
EUC-JP | ?手? | 00111111101111001110101000111111 | 3fbcea3f |
UTF-8 | 隸手뻵 | 111011111010011010111000111001101000100110001011111010111011101110110101 | efa6b8e6898bebbbb5 |
UHC | 隸手뻵 | 111001111110011011100010101000101001011001111010 | e7e6e2a2967a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)