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 | 﨟ス螟ア魍 | 1111101110011101101111011110010110100100101100011110100110110001 | fb9dbde5a4b1e9b1 |
EUC-JP | ?ス螟ア魍 | 001111111000111010111101111010101010011010001110101100011111001010110011 | 3f8ebdeaa68eb1f2b3 |
UTF-8 | 﨟ス螟ア魍 | 111011111010100010011111111011111011110110111101111010001001111010011111111011111011110110110001111010011010110110001101 | efa89fefbdbde89e9fefbdb1e9ad8d |
UHC | ??螟?? | 001111110011111111011001101011010011111100111111 | 3f3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)