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 | 陂伎ウョ塚毅 | 11101000100110001000101011101010101100111010111011111010100111001000101101000010 | e8988aeab3aefa9c8b42 |
EUC-JP | 陂伎ウョ?毅 | 1110111111111000101101001110110010001110101100111000111010101110001111111011010110100011 | eff8b4ec8eb38eae3fb5a3 |
UTF-8 | 陂伎ウョ塚毅 | 111010011001100110000010111001001011110010001110111011111011110110110011111011111011110110101110111011111010100010010000111001101010111110000101 | e99982e4bc8eefbdb3efbdaeefa890e6af85 |
UHC | 陂伎???毅 | 111110011010111011010000111010110011111100111111001111111110101111110110 | f9aed0eb3f3f3febf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)