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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 遏ュ陲夜●}B | 1110011110011111101011011110100010100010100101101110100110000001100111000111110101000010 | e79fade8a296e9819c7d42 |
EUC-JP | 遏ュ陲夜●}B | 111011101010000110001110101011011111000010100100110011001110101110100001111111000111110101000010 | eea18eadf0a4cceba1fc7d42 |
UTF-8 | 遏ュ陲夜●}B | 1110100110000001100011111110111110111101101011011110100110011001101100101110010110100100100111001110001010010111100011110111110101000010 | e9818fefbdade999b2e5a49ce2978f7d42 |
UHC | ???夜●}B | 001111110011111100111111111001011010100010100001110111000111110101000010 | 3f3f3fe5a8a1dc7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)