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 | ??資肱 | 001111110011111110001110100100011000110101101110 | 3f3f8e918d6e |
EUC-JP | ??資肱 | 001111110011111110111011111100011011100111001111 | 3f3fbbf1b9cf |
UTF-8 | 인뤺資肱 | 111011001001110110111000111010111010010010111010111010001011001110000111111010001000001010110001 | ec9db8eba4bae8b387e882b1 |
UHC | 인뤺資肱 | 1100000011001110100011111110100011101101110000001100111011011101 | c0ce8fe8edc0cedd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)