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 | 域??? | 1000100011100110001111110011111100111111 | 88e63f3f3f |
EUC-JP | 域??沅 | 10110000111010000011111100111111100011111100011011101001 | b0e83f3f8fc6e9 |
UTF-8 | 域듬ㅋ沅 | 111001011001111110011111111010111001001110101100111000111000010110001011111001101011001010000101 | e59f9feb93ace3858be6b285 |
UHC | 域듬ㅋ沅 | 1110011010110100101101011110101110100100101110111110101010110110 | e6b4b5eba4bbeab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)