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 | ¼Î¼¤ìÊ\ | 10111100110011101011110010100100111011001100101001011100 | bccebca4ecca5c |
SJIS-WIN | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
EUC-JP | ?Î?¤ìÊ\ | 001111111000111110101010110000100011111110001111101000101111000010001111101010111100000010001111101010101011010001011100 | 3f8faac23f8fa2f08fabc08faab45c |
UTF-8 | ¼Î¼¤ìÊ\ | 11000010101111001100001110001110110000101011110011000010101001001100001110101100110000111000101001011100 | c2bcc38ec2bcc2a4c3acc38a5c |
UHC | ¼?¼¤??\ | 10101000111110010011111110101000111110011010001010110100001111110011111101011100 | a8f93fa8f9a2b43f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)