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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蘖??率? | 10011111010100000011111100111111100101111010011000111111 | 9f503f3f97a63f |
EUC-JP | 蘖??率? | 11011101101100010011111100111111110011101010100000111111 | ddb13f3fcea83f |
UTF-8 | 蘖뽯강率톕 | 111010001001100010010110111010111011110110101111111010101011000010010101111001111000111010000111111011011000011010010101 | e89896ebbdafeab095e78e87ed8695 |
UHC | 蘖뽯강率톕 | 11100101111011101001011011101011101100001010110111100001111000111011011101101011 | e5ee96ebb0ade1e3b76b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)