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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陞溷」ス邏膿 | 11101000100111101001111111100101101000111011110111100111101101001001010001011110 | e89e9fe5a3bde7b4945e |
EUC-JP | 陞溷」ス邏膿 | 111011111111111011011110111001111000111010100011100011101011110111101110101101101100011110111111 | effedee78ea38ebdeeb6c7bf |
UTF-8 | 陞溷」ス邏膿 | 111010011001100110011110111001101011101010110111111011111011110110100011111011111011110110111101111010011000001010001111111010001000011010111111 | e9999ee6bab7efbda3efbdbde9828fe886bf |
UHC | 陞???邏膿 | 111000111011001100111111001111110011111111010101101001001101001011011011 | e3b33f3f3fd5a4d2db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)