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 | 楔?縟楔瀟 | 100111101011011000111111111000110111010010011110101101101110000001101110 | 9eb63fe3749eb6e06e |
EUC-JP | 楔?縟楔瀟 | 110111001011100000111111111001011101010111011100101110001101111111001111 | dcb83fe5d5dcb8dfcf |
UTF-8 | 楔숷縟楔瀟 | 111001101010010110010100111011001000100010110111111001111011100010011111111001101010010110010100111001111000000010011111 | e6a594ec88b7e7b89fe6a594e7809f |
UHC | 楔숷縟楔瀟 | 11100000110110111001101001001100111010011011001011100000110110111110000110111110 | e0db9a4ce9b2e0dbe1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)