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 | ´ûM³B | 1011010011111011010011011011001101000010 | b4fb4db342 |
SJIS-WIN | ´?M?B | 100000010100110000111111010011010011111101000010 | 814c3f4d3f42 |
EUC-JP | ´ûM?B | 1010000110101101100011111010101111100101010011010011111101000010 | a1ad8fabe54d3f42 |
UTF-8 | ´ûM³B | 1100001010110100110000111011101101001101110000101011001101000010 | c2b4c3bb4dc2b342 |
UHC | ´?M³B | 10100010101001010011111101001101101010011111100001000010 | a2a53f4da9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)