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 | イアン | 1011001010110001110111011111100001000110 | b2b1ddf846 |
EUC-JP | イアン? | 10001110101100101000111010110001100011101101110100111111 | 8eb28eb18edd3f |
UTF-8 | イアン | 111011111011110110110010111011111011110110110001111011111011111010011101111011101001011110100110 | efbdb2efbdb1efbe9dee97a6 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)