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 | 10001111111001011011000111111101101000111011000001000010 | 8fe5b1fda3b042 |
SJIS-WIN | ??±?£°B | 00111111001111111000000101111101001111111000000110010010100000011000101101000010 | 3f3f817d3f8192818b42 |
EUC-JP | ?å±ý£°B | 0011111110001111101010111010100110100001110111101000111110101011111100101010000111110010101000011110101101000010 | 3f8faba9a1de8fabf2a1f2a1eb42 |
UTF-8 | å±ý£°B | 11000010100011111100001110100101110000101011000111000011101111011100001010100011110000101011000001000010 | c28fc3a5c2b1c3bdc2a3c2b042 |
UHC | ??±??°B | 001111110011111110100001101111100011111100111111101000011100011001000010 | 3f3fa1be3f3fa1c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)