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 | ??鷹妖 | 001111110011111110010001111010011001011101100100 | 3f3f91e99764 |
EUC-JP | ??鷹妖 | 001111110011111111000010111010111100110111000101 | 3f3fc2ebcdc5 |
UTF-8 | 장뤗鷹妖 | 111011001001111010100101111010111010010010010111111010011011011110111001111001011010011010010110 | ec9ea5eba497e9b7b9e5a696 |
UHC | 장뤗鷹妖 | 1100000011100101100011111100011111101011111011011110100011101101 | c0e58fc7ebede8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)