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 | 荏絅?縡? | 1000100101100000111000110100010000111111111000110111000100111111 | 8960e3443fe3713f |
EUC-JP | 荏絅?縡莩 | 10110001110000011110010110100101001111111110010111010010100011111101100010110010 | b1c1e5a53fe5d28fd8b2 |
UTF-8 | 荏絅티縡莩 | 111010001000110110001111111001111011010110000101111011011000101110110000111001111011100010100001111010001000111010101001 | e88d8fe7b585ed8bb0e7b8a1e88ea9 |
UHC | 荏絅티縡莩 | 11101100111110111100110011100111110001101011110011101110101011011101110110110100 | ecfbcce7c6bceeadddb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)