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 | 賊??雕? | 10010001101011110011111100111111111010001011100000111111 | 91af3f3fe8b83f |
EUC-JP | 賊??雕? | 11000010101100010011111100111111111100001011101000111111 | c2b13f3ff0ba3f |
UTF-8 | 賊ㅸ딜雕덫 | 111010001011001110001010111000111000010110111000111010111001010010011100111010011001101110010101111010111000110110101011 | e8b38ae385b8eb949ce99b95eb8dab |
UHC | 賊ㅸ딜雕덫 | 11101110111001001010010011101000101101011111010011110000111001111011010110100011 | eee4a4e8b5f4f0e7b5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)