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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 饌蛛 | 11101001011000011110010110000001 | e961e581 |
EUC-JP | 饌蛛 | 11110001110000101110100111100001 | f1c2e9e1 |
UTF-8 | 饌蛛 | 111010011010010110001100111010001001101110011011 | e9a58ce89b9b |
UHC | 饌蛛 | 11110011110010101111000111001000 | f3caf1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)