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 | å°¹^ | 11100101101100001011100101011110 | e5b0b95e |
SJIS-WIN | ?°?^ | 0011111110000001100010110011111101011110 | 3f818b3f5e |
EUC-JP | å°?^ | 10001111101010111010100110100001111010110011111101011110 | 8faba9a1eb3f5e |
UTF-8 | å°¹^ | 11000011101001011100001010110000110000101011100101011110 | c3a5c2b0c2b95e |
UHC | ?°¹^ | 001111111010000111000110101010011111011001011110 | 3fa1c6a9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)