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 | ???辱 | 0011111100111111001111111001000001001010 | 3f3f3f904a |
EUC-JP | 髥??辱 | 10001111111010011111000000111111001111111011111110101011 | 8fe9f03f3fbfab |
UTF-8 | 髥녺♥辱 | 111010011010101110100101111010111000010110111010111000101001100110100101111010001011111010110001 | e9aba5eb85bae299a5e8beb1 |
UHC | 髥녺♥辱 | 1110011110100011100001101110011110100010101111101110100110110100 | e7a386e7a2bee9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)