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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踝瀧摧雉 | 1110011011110100100100011110101110011101100101001110100010110011 | e6f491eb9d94e8b3 |
EUC-JP | 踝瀧摧雉 | 1110110011110110110000101110110111011001111101001111000010110101 | ecf6c2edd9f4f0b5 |
UTF-8 | 踝瀧摧雉 | 111010001011100010011101111001111000000010100111111001101001000110100111111010011001101110001001 | e8b89de780a7e691a7e99b89 |
UHC | ?瀧?雉 | 001111111101011011101001001111111111011011001011 | 3fd6e93ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)