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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪??? | 1001100110010010001111110011111100111111 | 99923f3f3f |
EUC-JP | 剪?沅? | 11010001111100100011111110001111110001101110100100111111 | d1f23f8fc6e93f |
UTF-8 | 剪렲沅쇨 | 111001011000100110101010111010111010000010110010111001101011001010000101111011001000011110101000 | e589aaeba0b2e6b285ec87a8 |
UHC | 剪렲沅쇨 | 1110111011110010100011101011111111101010101101101011110011101010 | eef28ebfeab6bcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)