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 | ?r?? | 00111111011100100011111100111111 | 3f723f3f |
SJIS-WIN | 脱r但賊 | 10010010010001010111001010010010010000011001000110101111 | 924572924191af |
EUC-JP | 脱r但賊 | 11000011101001100111001011000011101000101100001010110001 | c3a672c3a2c2b1 |
UTF-8 | 脱r但賊 | 11101000100001001011000101110010111001001011110110000110111010001011001110001010 | e884b172e4bd86e8b38a |
UHC | ?r但賊 | 001111110111001011010011101000111110111011100100 | 3f72d3a3eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)