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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | シト遮宍\ | 10111100110001001000111011010101100011101011001101011100 | bcc48ed58eb35c |
EUC-JP | シト遮宍\ | 100011101011110010001110110001001011110011010111101111001011010101011100 | 8ebc8ec4bcd7bcb55c |
UTF-8 | シト遮宍\ | 11101111101111011011110011101111101111101000010011101001100000011010111011100101101011101000110101011100 | efbdbcefbe84e981aee5ae8d5c |
UHC | ??遮?\ | 001111110011111111110011101101000011111101011100 | 3f3ff3b43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)