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 | 鬮サ迢怜 | 111010011010101110111011111001111000101110010111111001011111011010001110 | e9abbbe78b97e5f68e |
EUC-JP | 鬮サ迢怜? | 111100101010110110001110101110111110110111101011110011101110011100111111 | f2ad8ebbedebcee73f |
UTF-8 | 鬮サ迢怜 | 111010011010110010101110111011111011110110111011111010001011111110100010111001101000000010011100111011101001001010110101 | e9acaeefbdbbe8bfa2e6809cee92b5 |
UHC | ???怜? | 001111110011111100111111110101101011101100111111 | 3f3f3fd6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)