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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | シナ捨柴シカ\ | 101111001100010110001110110011001000111011000100101111001011011001011100 | bcc58ecc8ec4bcb65c |
EUC-JP | シナ捨柴シカ\ | 10001110101111001000111011000101101111001100111010111100110001101000111010111100100011101011011001011100 | 8ebc8ec5bccebcc68ebc8eb65c |
UTF-8 | シナ捨柴シカ\ | 11101111101111011011110011101111101111101000010111100110100011011010100011100110100111111011010011101111101111011011110011101111101111011011011001011100 | efbdbcefbe85e68da8e69fb4efbdbcefbdb65c |
UHC | ??捨柴??\ | 001111110011111111011110110101111110001111000011001111110011111101011100 | 3f3fded7e3c33f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)