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 | 鷹?翁?悳 | 1001000111101001001111111000100110100101001111111001110001111011 | 91e93f89a53f9c7b |
EUC-JP | 鷹?翁?悳 | 1100001011101011001111111011001010100111001111111101011111011100 | c2eb3fb2a73fd7dc |
UTF-8 | 鷹렓翁곕悳 | 111010011011011110111001111010111010000010010011111001111011111110000001111010101011001110010101111001101000001010110011 | e9b7b9eba093e7bf81eab395e682b3 |
UHC | 鷹렓翁곕悳 | 11101011111011011000111010101000111010001011101010110000111010111101001111101101 | ebed8ea8e8bab0ebd3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)