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 | 財攀?葛? | 1000110111100000100111011011001100111111100010101000101100111111 | 8de09db33f8a8b3f |
EUC-JP | 財攀?葛? | 1011101011100010110110101011010100111111101100111110101100111111 | bae2dab53fb3eb3f |
UTF-8 | 財攀렍葛렟 | 111010001011001010100001111001101001010010000000111010111010000010001101111010001001000110011011111010111010000010011111 | e8b2a1e69480eba08de8919beba09f |
UHC | 財攀렍葛렟 | 11101110101011111101101011100111100011101010001111001010111001111000111010110000 | eeafdae78ea3cae78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)